Home
last modified time | relevance | path

Searched refs:getprotobynumber (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dproto.c113 struct protoent *ret = getprotobynumber(TEST_PROTO_NUM); in getprotobynumber_0100()
128 struct protoent *ret = getprotobynumber(TEST_INVALID_NUMBER); in getprotobynumber_0200()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dproto.c77 struct protoent *getprotobynumber(int num) in getprotobynumber() function
/third_party/musl/src/network/
H A Dproto.c77 struct protoent *getprotobynumber(int num) in getprotobynumber() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h111 struct protoent *getprotobynumber (int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h111 struct protoent *getprotobynumber (int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h111 struct protoent *getprotobynumber (int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h111 struct protoent *getprotobynumber (int);
/third_party/musl/include/
H A Dnetdb.h137 struct protoent *getprotobynumber (int);
/third_party/musl/libc-test/src/api/
H A Dnetdb.c82 {struct protoent*(*p)(int) = getprotobynumber;} in f()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c679 if (getprotobynumber(number) == NULL) { in thrust_fakes()
H A Dns-icmpv4_sender.c499 if (getprotobynumber(number) == NULL) { in thrust_fakes()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1286 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3779 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber() functions

Completed in 29 milliseconds