Searched refs:mcast_iface (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/net/ipv6/src/ |
| D | main.c | 1688 struct in6_addr mcast_iface = { { { 0xff, 0x01, 0, 0, 0, 0, 0, 0, in ZTEST() local 1694 verdict = recv_msg(&addr, &mcast_iface); in ZTEST() 1845 struct in6_addr mcast_iface = { { { 0xff, 0x01, 0, 0, 0, 0, 0, 0, in ZTEST() local 1858 maddr = net_if_ipv6_maddr_add(TEST_NET_IF, &mcast_iface); in ZTEST() 1862 net_ctx_bind_mcast(ctx, &mcast_iface); in ZTEST() 1866 ret = send_msg(&addr, &mcast_iface); in ZTEST() 1879 net_if_ipv6_maddr_rm(TEST_NET_IF, &mcast_iface); in ZTEST()
|