Searched defs:protoent (Results 1 – 8 of 8) sorted by relevance
85 struct protoent { struct109 struct protoent *getprotoent (void); argument
86 struct protoent { struct110 struct protoent *getprotoent (void); argument
1335 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()1336 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()
1325 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()1326 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()
3872 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()3873 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()