Interface NativeProtocolsDB.LibProto
- All Known Subinterfaces:
NativeProtocolsDB.LinuxLibProto
- Enclosing class:
NativeProtocolsDB
public static interface NativeProtocolsDB.LibProto
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetprotobyname(String name) getprotobynumber(int proto) voidsetprotoent(int stayopen)
-
Method Details
-
getprotobyname
-
getprotobynumber
-
getprotoent
NativeProtocolsDB.UnixProtoent getprotoent() -
setprotoent
void setprotoent(int stayopen) -
endprotoent
void endprotoent()
-