Package jnr.netdb
Interface NativeProtocolsDB.LinuxLibProto
-
- All Superinterfaces:
NativeProtocolsDB.LibProto
- Enclosing class:
- NativeProtocolsDB
public static interface NativeProtocolsDB.LinuxLibProto extends NativeProtocolsDB.LibProto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getprotobyname_r(java.lang.String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
int
getprotobynumber_r(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
int
getprotoent_r(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
Methods inherited from interface jnr.netdb.NativeProtocolsDB.LibProto
endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent
-
-
-
-
Method Detail
-
getprotobyname_r
int getprotobyname_r(java.lang.String proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
getprotobynumber_r
int getprotobynumber_r(int proto, NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
getprotoent_r
int getprotoent_r(NativeProtocolsDB.UnixProtoent protoent, jnr.ffi.Pointer buf, jnr.ffi.NativeLong buflen, jnr.ffi.Pointer result)
-
-