jnr.posix
Class LinuxSocketMacros

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

public class LinuxSocketMacros
extends Object
implements SocketMacros

Author:
Bob McWhirter

Field Summary
static LinuxSocketMacros INSTANCE
           
 
Constructor Summary
LinuxSocketMacros()
           
 
Method Summary
 int CMSG_ALIGN(int len)
           
 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 LinuxSocketMacros INSTANCE
Constructor Detail

LinuxSocketMacros

public LinuxSocketMacros()
Method Detail

CMSG_ALIGN

public int CMSG_ALIGN(int len)

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.