Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/musl/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h85 struct protoent { struct
109 struct protoent *getprotoent (void); argument
/third_party/rust/crates/libc/src/unix/
Dmod.rs1285 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname()
1286 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()
/third_party/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()