Package jnr.posix

Class MacOSSocketMacros

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

public class MacOSSocketMacros extends Object implements SocketMacros
  • Field Details

  • Constructor Details

    • MacOSSocketMacros

      public MacOSSocketMacros()
  • Method Details

    • __DARWIN_ALIGN32

      public int __DARWIN_ALIGN32(int x)
    • 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