Searched refs:net_ipv4_igmp_join (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | igmp.h | 49 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/ |
D | ipv4.c | 129 ret = net_ipv4_igmp_join(iface, &addr, NULL); in cmd_net_ip_add()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | llmnr_responder.c | 124 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()
|
D | mdns_responder.c | 116 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/ |
D | main.c | 332 ret = net_ipv4_igmp_join(net_iface, &mcast_addr, NULL); in join_group()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_receiver.c | 248 net_ipv4_igmp_join(iface, addr, NULL); in zperf_udp_join_mcast_ipv4()
|
/Zephyr-latest/subsys/net/ip/ |
D | igmp.c | 583 int net_ipv4_igmp_join(struct net_if *iface, const struct in_addr *addr, function
|
D | net_if.c | 4870 ret = net_ipv4_igmp_join(iface, &ipv4->mcast[i].address.in_addr, NULL); in rejoin_ipv4_mcast_groups()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 562 api. The :c:func:`net_ipv4_igmp_join` now takes an additional argument of the type
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 2136 ret = net_ipv4_igmp_join(iface, &mreqn->imr_multiaddr, NULL); in ipv4_multicast_group()
|