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