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 TypeMethodDescriptionint
NativeServicesDB.LinuxLibServices.getservbyname_r
(String name, String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
NativeServicesDB.LinuxLibServices.getservbyport_r
(Integer port, String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) int
NativeServicesDB.LinuxLibServices.getservent_r
(NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result) (package private) static Service
NativeServicesDB.serviceFromNative
(NativeServicesDB.UnixServent s)