Uses of Class
jnr.netdb.NativeServicesDB.UnixServent
-
-
Uses of NativeServicesDB.UnixServent in jnr.netdb
Subclasses of NativeServicesDB.UnixServent in jnr.netdb Modifier and Type Class Description static class
NativeServicesDB.LinuxServent
Methods in jnr.netdb that return NativeServicesDB.UnixServent Modifier and Type Method Description NativeServicesDB.UnixServent
NativeServicesDB.LibServices. getservbyname(java.lang.String name, java.lang.String proto)
NativeServicesDB.UnixServent
NativeServicesDB.LibServices. getservbyport(java.lang.Integer port, java.lang.String proto)
NativeServicesDB.UnixServent
NativeServicesDB.LibServices. getservent()
Methods in jnr.netdb with parameters of type NativeServicesDB.UnixServent Modifier and Type Method Description int
NativeServicesDB.LinuxLibServices. getservbyname_r(java.lang.String name, java.lang.String proto, NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
int
NativeServicesDB.LinuxLibServices. getservbyport_r(java.lang.Integer port, java.lang.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)
-