Package jnr.netdb
Interface NativeProtocolsDB.LinuxLibProto
- All Superinterfaces:
NativeProtocolsDB.LibProto
- Enclosing class:
NativeProtocolsDB
-
Method Summary
Modifier and TypeMethodDescriptionint
getprotobyname_r
(String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
getprotobynumber_r
(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
getprotoent_r
(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) Methods inherited from interface jnr.netdb.NativeProtocolsDB.LibProto
endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent
-
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)
-