jnr.posix
Class MacOSSocketMacros

java.lang.Object
  extended by jnr.posix.MacOSSocketMacros
All Implemented Interfaces:
SocketMacros

public class MacOSSocketMacros
extends Object
implements SocketMacros

Author:
Bob McWhirter

Field Summary
static SocketMacros INSTANCE
           
 
Constructor Summary
MacOSSocketMacros()
           
 
Method Summary
 int __DARWIN_ALIGN32(int x)
           
 jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
           
 int CMSG_LEN(int l)
           
 int CMSG_SPACE(int l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SocketMacros INSTANCE
Constructor Detail

MacOSSocketMacros

public MacOSSocketMacros()
Method Detail

__DARWIN_ALIGN32

public int __DARWIN_ALIGN32(int x)

CMSG_SPACE

public int CMSG_SPACE(int l)
Specified by:
CMSG_SPACE in interface SocketMacros

CMSG_LEN

public int CMSG_LEN(int l)
Specified by:
CMSG_LEN in interface SocketMacros

CMSG_DATA

public jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
Specified by:
CMSG_DATA in interface SocketMacros


Copyright © 2014. All Rights Reserved.