Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/
Dnetdb.h131 struct protoent { struct
155 struct protoent *getprotoent(void); argument
156 struct protoent *getprotobyname(const char *name);
157 struct protoent *getprotobynumber(int proto);
/kernel/liteos_a/testsuites/unittest/net/netdb/smoke/
Dnet_netdb_test_001.cpp40 struct protoent *prot = getprotobyname("icmp"); in ProtoentTest()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dnettest.c1620 struct protoent *pe; in main()