Searched refs:hostent (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | netdb_h.c | 22 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/ |
D | netdb.h | 32 struct hostent { struct 70 struct hostent *gethostent(void);
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 214 struct hostent *gethostent(void) in gethostent()
|