Home
last modified time | relevance | path

Searched refs:net_ipv6_mld_join (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dmld.h43 int net_ipv6_mld_join(struct net_if *iface, const struct in6_addr *addr);
46 net_ipv6_mld_join(struct net_if *iface, const struct in6_addr *addr)
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dmain.c64 ret = net_ipv6_mld_join(iface, &mcast_addr.sin6_addr); in join_coap_multicast_group()
/Zephyr-latest/tests/net/mld/src/
Dmain.c328 ret = net_ipv6_mld_join(net_iface, &mcast_addr); in test_join_group()
506 ret = net_ipv6_mld_join(iface, &mcast_addr); in join_mldv2_capable_routers_group()
812 ret = net_ipv6_mld_join(net_iface, &mcast_addr); in ZTEST()
931 zassert_ok(net_ipv6_mld_join(dummy_iface, &site_local_mcast_addr_cafe), in verify_mcast_routes_in_mld()
/Zephyr-latest/subsys/net/ip/
Dipv6_mld.c213 int net_ipv6_mld_join(struct net_if *iface, const struct in6_addr *addr) in net_ipv6_mld_join() function
Dnet_if.c1141 ret = net_ipv6_mld_join(iface, &addr); in join_mcast_allnodes()
1162 ret = net_ipv6_mld_join(iface, &addr); in join_mcast_solicit_node()
1645 ret = net_ipv6_mld_join(iface, &ipv6->mcast[i].address.in6_addr); in rejoin_ipv6_mcast_groups()
/Zephyr-latest/subsys/net/lib/shell/
Dipv6.c261 ret = net_ipv6_mld_join(iface, &addr); in cmd_net_ip6_add()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c266 net_ipv6_mld_join(iface, addr); in zperf_udp_join_mcast_ipv6()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c583 ret = net_ipv6_mld_join(iface, addr); in iface_ipv6_cb()
Dmdns_responder.c612 ret = net_ipv6_mld_join(iface, addr); in iface_ipv6_cb()
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c1796 ret = net_ipv6_mld_join(TEST_NET_IF, mcast_addr); in join_group()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2188 ret = net_ipv6_mld_join(iface, &mreq->ipv6mr_multiaddr); in ipv6_multicast_group()