Package jnr.posix

Class FreeBSDSocketMacros

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

public class FreeBSDSocketMacros extends Object implements SocketMacros
Author:
Bob McWhirter
  • Field Details

  • Constructor Details

    • FreeBSDSocketMacros

      public FreeBSDSocketMacros()
  • 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