Searched refs:protoent (Results 1 – 3 of 3) sorted by relevance
47 struct protoent { struct76 struct protoent *getprotobyname(const char *name);77 struct protoent *getprotobynumber(int proto);78 struct protoent *getprotoent(void);
33 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()
250 struct protoent *getprotobyname(const char *name) in getprotobyname()257 struct protoent *getprotobynumber(int proto) in getprotobynumber()264 struct protoent *getprotoent(void) in getprotoent()