Package jnr.netdb

Interface NativeProtocolsDB.LinuxLibProto

All Superinterfaces:
NativeProtocolsDB.LibProto
Enclosing class:
NativeProtocolsDB

public static interface NativeProtocolsDB.LinuxLibProto extends NativeProtocolsDB.LibProto
  • Method Details

    • getprotobyname_r

      int getprotobyname_r(String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
    • getprotobynumber_r

      int getprotobynumber_r(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
    • getprotoent_r

      int getprotoent_r(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)