Searched refs:net_ipv4_igmp_leave (Results 1 – 7 of 7) sorted by relevance
72 int net_ipv4_igmp_leave(struct net_if *iface, const struct in_addr *addr);74 static inline int net_ipv4_igmp_leave(struct net_if *iface, in net_ipv4_igmp_leave() function
196 ret = net_ipv4_igmp_leave(iface, &addr); in cmd_net_ip_del()
349 ret = net_ipv4_igmp_leave(net_iface, &mcast_addr); in leave_group()
282 net_ipv4_igmp_leave(iface, &addr4->sin_addr); in zperf_udp_leave_mcast()
651 int net_ipv4_igmp_leave(struct net_if *iface, const struct in_addr *addr) function
4829 net_ipv4_igmp_leave(iface, &ipv4->mcast[i].address.in_addr); in leave_ipv4_mcast_all()
2138 ret = net_ipv4_igmp_leave(iface, &mreqn->imr_multiaddr); in ipv4_multicast_group()