Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dnetdb_h.c22 zassert_not_equal(-1, offsetof(struct hostent, h_name)); in ZTEST()
23 zassert_not_equal(-1, offsetof(struct hostent, h_aliases)); in ZTEST()
24 zassert_not_equal(-1, offsetof(struct hostent, h_addrtype)); in ZTEST()
25 zassert_not_equal(-1, offsetof(struct hostent, h_length)); in ZTEST()
26 zassert_not_equal(-1, offsetof(struct hostent, h_addr_list)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dnetdb.h32 struct hostent { struct
70 struct hostent *gethostent(void);
/Zephyr-latest/lib/posix/options/
Dnet.c214 struct hostent *gethostent(void) in gethostent()