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 1021 lo0 = iface; in iface_cb() 1977 ret = net_if_get_name(lo0, ifname, sizeof(ifname)); in test_check_ttl() 2076 net_mgmt(NET_REQUEST_STATS_GET_IPV4, lo0, in test_check_ttl() 2084 net_mgmt(NET_REQUEST_STATS_GET_IPV4, lo0, in test_check_ttl() 2120 net_mgmt(NET_REQUEST_STATS_GET_IPV6, lo0, in test_check_ttl() 2128 net_mgmt(NET_REQUEST_STATS_GET_IPV6, lo0, in test_check_ttl() 2169 ret = bind_socket(packet_sock, lo0); in ZTEST() 2172 zassert_not_null(lo0->config.ip.ipv4, in ZTEST() 2174 net_if_get_by_iface(lo0), lo0); in ZTEST() [all …]
|