Package jnr.posix

Interface SocketMacros

All Known Implementing Classes:
FreeBSDSocketMacros, LinuxSocketMacros, MacOSSocketMacros

public interface SocketMacros
  • Method Summary

    Modifier and Type
    Method
    Description
    jnr.ffi.Pointer
    CMSG_DATA(jnr.ffi.Pointer cmsg)
     
    int
    CMSG_LEN(int l)
     
    int
    CMSG_SPACE(int l)
     
  • Method Details

    • 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)