Uses of Class
jnr.netdb.NativeProtocolsDB.UnixProtoent
-
-
Uses of NativeProtocolsDB.UnixProtoent in jnr.netdb
Methods in jnr.netdb that return NativeProtocolsDB.UnixProtoent Modifier and Type Method Description NativeProtocolsDB.UnixProtoent
NativeProtocolsDB.LibProto. getprotobyname(java.lang.String name)
NativeProtocolsDB.UnixProtoent
NativeProtocolsDB.LibProto. getprotobynumber(int proto)
NativeProtocolsDB.UnixProtoent
NativeProtocolsDB.LibProto. getprotoent()
Methods in jnr.netdb with parameters of type NativeProtocolsDB.UnixProtoent Modifier and Type Method Description int
NativeProtocolsDB.LinuxLibProto. getprotobyname_r(java.lang.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)
-