Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dnetdb.h47 struct protoent { struct
76 struct protoent *getprotobyname(const char *name);
77 struct protoent *getprotobynumber(int proto);
78 struct protoent *getprotoent(void);
/Zephyr-latest/tests/posix/headers/src/
Dnetdb_h.c33 zassert_not_equal(-1, offsetof(struct protoent, p_name)); in ZTEST()
34 zassert_not_equal(-1, offsetof(struct protoent, p_aliases)); in ZTEST()
35 zassert_not_equal(-1, offsetof(struct protoent, p_proto)); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dnet.c250 struct protoent *getprotobyname(const char *name) in getprotobyname()
257 struct protoent *getprotobynumber(int proto) in getprotobynumber()
264 struct protoent *getprotoent(void) in getprotoent()