public static interface NativeProtocolsDB.LibProto
Modifier and Type | Method and Description |
---|---|
void |
endprotoent() |
NativeProtocolsDB.UnixProtoent |
getprotobyname(java.lang.String name) |
NativeProtocolsDB.UnixProtoent |
getprotobynumber(int proto) |
NativeProtocolsDB.UnixProtoent |
getprotoent() |
void |
setprotoent(int stayopen) |
NativeProtocolsDB.UnixProtoent getprotobyname(java.lang.String name)
NativeProtocolsDB.UnixProtoent getprotobynumber(int proto)
NativeProtocolsDB.UnixProtoent getprotoent()
void setprotoent(int stayopen)
void endprotoent()