Uses of Class
jnr.netdb.NativeProtocolsDB.UnixProtoent
-
Uses of NativeProtocolsDB.UnixProtoent in jnr.netdb
Methods in jnr.netdb that return NativeProtocolsDB.UnixProtoentModifier and TypeMethodDescriptionNativeProtocolsDB.LibProto.getprotobyname
(String name) NativeProtocolsDB.LibProto.getprotobynumber
(int proto) NativeProtocolsDB.LibProto.getprotoent()
Methods in jnr.netdb with parameters of type NativeProtocolsDB.UnixProtoentModifier and TypeMethodDescriptionint
NativeProtocolsDB.LinuxLibProto.getprotobyname_r
(String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
NativeProtocolsDB.LinuxLibProto.getprotobynumber_r
(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
NativeProtocolsDB.LinuxLibProto.getprotoent_r
(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) (package private) static Protocol
NativeProtocolsDB.protocolFromNative
(NativeProtocolsDB.UnixProtoent p)