Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dnetdb.h40 struct netent { struct
73 struct netent *getnetbyaddr(uint32_t net, int type);
74 struct netent *getnetbyname(const char *name);
75 struct netent *getnetent(void);
/Zephyr-latest/tests/posix/headers/src/
Dnetdb_h.c28 zassert_not_equal(-1, offsetof(struct netent, n_name)); in ZTEST()
29 zassert_not_equal(-1, offsetof(struct netent, n_aliases)); in ZTEST()
30 zassert_not_equal(-1, offsetof(struct netent, n_addrtype)); in ZTEST()
31 zassert_not_equal(-1, offsetof(struct netent, n_net)); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dnet.c225 struct netent *getnetbyaddr(uint32_t net, int type) in getnetbyaddr()
233 struct netent *getnetbyname(const char *name) in getnetbyname()
240 struct netent *getnetent(void) in getnetent()