jnr.posix
Class LinuxSocketMacros
java.lang.Object
jnr.posix.LinuxSocketMacros
- All Implemented Interfaces:
- SocketMacros
public class LinuxSocketMacros
- extends Object
- implements SocketMacros
- Author:
- Bob McWhirter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final LinuxSocketMacros INSTANCE
LinuxSocketMacros
public LinuxSocketMacros()
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.