Modifier and Type | Class and Description |
---|---|
static class |
NativeServicesDB.LinuxServent |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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) |