Searched refs:lo0 (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/net/socket/udp/src/ |
| D | main.c | 942 static struct net_if *lo0; variable 1019 lo0 = iface; in iface_cb() 1991 ret = net_if_get_name(lo0, ifname, sizeof(ifname)); in test_check_ttl() 2090 net_mgmt(NET_REQUEST_STATS_GET_IPV4, lo0, in test_check_ttl() 2098 net_mgmt(NET_REQUEST_STATS_GET_IPV4, lo0, in test_check_ttl() 2134 net_mgmt(NET_REQUEST_STATS_GET_IPV6, lo0, in test_check_ttl() 2142 net_mgmt(NET_REQUEST_STATS_GET_IPV6, lo0, in test_check_ttl() 2183 ret = bind_socket(packet_sock, lo0); in ZTEST() 2186 zassert_not_null(lo0->config.ip.ipv4, in ZTEST() 2188 net_if_get_by_iface(lo0), lo0); in ZTEST() [all …]
|