Home
last modified time | relevance | path

Searched refs:in6addr_mcast (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/tests/net/hostname/src/
Dmain.c49 static struct in6_addr in6addr_mcast = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
290 net_ipv6_addr_create(&in6addr_mcast, 0xff02, 0, 0, 0, 0, 0, 0, 0x0001); in test_iface_setup()
292 maddr = net_if_ipv6_maddr_add(iface1, &in6addr_mcast); in test_iface_setup()
295 net_sprint_ipv6_addr(&in6addr_mcast)); in test_iface_setup()
/Zephyr-Core-3.6.0/tests/net/promiscuous/src/
Dmain.c54 static struct in6_addr in6addr_mcast = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
264 net_ipv6_addr_create(&in6addr_mcast, 0xff02, 0, 0, 0, 0, 0, 0, 0x0001); in test_iface_setup()
266 maddr = net_if_ipv6_maddr_add(iface1, &in6addr_mcast); in test_iface_setup()
269 net_sprint_ipv6_addr(&in6addr_mcast)); in test_iface_setup()
/Zephyr-Core-3.6.0/tests/net/route/src/
Dmain.c67 static struct in6_addr in6addr_mcast = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
272 net_ipv6_addr_create(&in6addr_mcast, 0xff02, 0, 0, 0, 0, 0, 0, 0x0001); in test_init()
274 maddr = net_if_ipv6_maddr_add(my_iface, &in6addr_mcast); in test_init()
/Zephyr-Core-3.6.0/tests/net/iface/src/
Dmain.c59 static struct in6_addr in6addr_mcast; variable
442 net_ipv6_addr_create(&in6addr_mcast, 0xff02, 0, 0, 0, 0, 0, 0, 0x0001); in iface_setup()
444 maddr = net_if_ipv6_maddr_add(iface1, &in6addr_mcast); in iface_setup()
447 net_sprint_ipv6_addr(&in6addr_mcast)); in iface_setup()
474 net_if_ipv6_maddr_rm(iface1, &in6addr_mcast); in iface_teardown()
908 maddr = net_if_ipv6_maddr_add(iface1, &in6addr_mcast); in v6_addr_add_mcast_twice()
/Zephyr-Core-3.6.0/tests/net/context/src/
Dmain.c51 static struct in6_addr in6addr_mcast = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
1105 net_ipv6_addr_create(&in6addr_mcast, 0xff02, 0, 0, 0, 0, 0, 0, 0x0001); in iface_add_address()
1107 maddr = net_if_ipv6_maddr_add(iface, &in6addr_mcast); in iface_add_address()
1124 net_if_ipv6_maddr_rm(iface, &in6addr_mcast); in iface_remove_addr()
/Zephyr-Core-3.6.0/tests/net/route_mcast/src/
Dmain.c68 static struct in6_addr in6addr_mcast = { { { 0xff, 0x02, 0, 0, 0, 0, 0, 0, variable
187 maddr = net_if_ipv6_maddr_add(iface, &in6addr_mcast); in net_route_mcast_add_addresses()