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 TypeMethodDescriptionintNativeProtocolsDB.LinuxLibProto.getprotobyname_r(String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) intNativeProtocolsDB.LinuxLibProto.getprotobynumber_r(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) intNativeProtocolsDB.LinuxLibProto.getprotoent_r(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) (package private) static ProtocolNativeProtocolsDB.protocolFromNative(NativeProtocolsDB.UnixProtoent p)