public static interface NativeProtocolsDB.LinuxLibProto extends NativeProtocolsDB.LibProto
Modifier and Type | Method and 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) |
endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent
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)