Package jnr.netdb
Interface NativeServicesDB.LinuxLibServices
-
- All Superinterfaces:
NativeServicesDB.LibServices
- Enclosing class:
- NativeServicesDB
public static interface NativeServicesDB.LinuxLibServices extends NativeServicesDB.LibServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
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
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
getservent_r(NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
Methods inherited from interface jnr.netdb.NativeServicesDB.LibServices
endservent, getservbyname, getservbyport, getservent
-
-
-
-
Method Detail
-
getservbyname_r
int 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)
-
getservbyport_r
int 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)
-
getservent_r
int getservent_r(NativeServicesDB.UnixServent servent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
-