Home
last modified time | relevance | path

Searched refs:if_indextoname (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/posix/net/
Dif.h24 char *if_indextoname(unsigned int ifindex, char *ifname);
/Zephyr-latest/tests/posix/net/src/
Dif.c26 name = if_indextoname(i + 1, a); in ZTEST()
76 zassert_not_null(if_indextoname(i + 1, buf)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dnet_if_h.c29 zassert_not_null(if_indextoname); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dnet.c99 char *if_indextoname(unsigned int ifindex, char *ifname) in if_indextoname() function
152 name = if_indextoname(i + 1, ni[i].if_name); in if_nameindex()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst380 if_indextoname(),yes