jnr.posix
Interface SocketMacros

All Known Implementing Classes:
LinuxSocketMacros, MacOSSocketMacros

public interface SocketMacros

Author:
Bob McWhirter

Method Summary
 jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
           
 int CMSG_LEN(int l)
           
 int CMSG_SPACE(int l)
           
 

Method Detail

CMSG_SPACE

int CMSG_SPACE(int l)

CMSG_LEN

int CMSG_LEN(int l)

CMSG_DATA

jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)


Copyright © 2014. All Rights Reserved.