Home
last modified time | relevance | path

Searched refs:net_ipv4_igmp_join (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Digmp.h49 int net_ipv4_igmp_join(struct net_if *iface, const struct in_addr *addr,
52 static inline int net_ipv4_igmp_join(struct net_if *iface, const struct in_addr *addr, in net_ipv4_igmp_join() function
/Zephyr-latest/subsys/net/lib/shell/
Dipv4.c129 ret = net_ipv4_igmp_join(iface, &addr, NULL); in cmd_net_ip_add()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c124 int ret = net_ipv4_igmp_join(iface, &local_addr4.sin_addr, NULL); in llmnr_iface_event_handler()
606 ret = net_ipv4_igmp_join(iface, addr, NULL); in iface_ipv4_cb()
Dmdns_responder.c116 int ret = net_ipv4_igmp_join(iface, in mdns_iface_event_handler()
648 ret = net_ipv4_igmp_join(iface, addr, NULL); in iface_ipv4_cb()
/Zephyr-latest/tests/net/igmp/src/
Dmain.c332 ret = net_ipv4_igmp_join(net_iface, &mcast_addr, NULL); in join_group()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c248 net_ipv4_igmp_join(iface, addr, NULL); in zperf_udp_join_mcast_ipv4()
/Zephyr-latest/subsys/net/ip/
Digmp.c583 int net_ipv4_igmp_join(struct net_if *iface, const struct in_addr *addr, function
Dnet_if.c4870 ret = net_ipv4_igmp_join(iface, &ipv4->mcast[i].address.in_addr, NULL); in rejoin_ipv4_mcast_groups()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst562 api. The :c:func:`net_ipv4_igmp_join` now takes an additional argument of the type
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2136 ret = net_ipv4_igmp_join(iface, &mreqn->imr_multiaddr, NULL); in ipv4_multicast_group()