Uses of Class
jnr.netdb.NativeServicesDB.UnixServent
-
Uses of NativeServicesDB.UnixServent in jnr.netdb
Subclasses of NativeServicesDB.UnixServent in jnr.netdbMethods in jnr.netdb that return NativeServicesDB.UnixServentModifier and TypeMethodDescriptionNativeServicesDB.LibServices.getservbyname(String name, String proto) NativeServicesDB.LibServices.getservbyport(Integer port, String proto) NativeServicesDB.LibServices.getservent()Methods in jnr.netdb with parameters of type NativeServicesDB.UnixServentModifier and TypeMethodDescriptionintNativeServicesDB.LinuxLibServices.getservbyname_r(String name, String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) intNativeServicesDB.LinuxLibServices.getservbyport_r(Integer port, String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) intNativeServicesDB.LinuxLibServices.getservent_r(NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) (package private) static ServiceNativeServicesDB.serviceFromNative(NativeServicesDB.UnixServent s)