Package jnr.posix

Class LinuxSocketMacros

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

public class LinuxSocketMacros extends Object implements SocketMacros
  • Field Details

  • Constructor Details

    • LinuxSocketMacros

      public LinuxSocketMacros()
  • Method Details

    • 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