Home
last modified time | relevance | path

Searched defs:protoent (Results 1 – 3 of 3) sorted by relevance

/external/musl/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/external/rust/crates/libc/src/unix/
Dmod.rs1282 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()
1283 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3778 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()
3779 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()