Searched refs:net_ipv6_mld_send_single (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_mld.c | 179 int net_ipv6_mld_send_single(struct net_if *iface, const struct in6_addr *addr, uint8_t mode) in net_ipv6_mld_send_single() function 238 ret = net_ipv6_mld_send_single(iface, addr, NET_IPV6_MLDv2_CHANGE_TO_EXCLUDE_MODE); in net_ipv6_mld_join() 272 ret = net_ipv6_mld_send_single(iface, addr, NET_IPV6_MLDv2_CHANGE_TO_INCLUDE_MODE); in net_ipv6_mld_leave()
|
D | ipv6.h | 211 int net_ipv6_mld_send_single(struct net_if *iface, const struct in6_addr *addr, uint8_t mode); 214 net_ipv6_mld_send_single(struct net_if *iface, const struct in6_addr *addr, uint8_t mode) in net_ipv6_mld_send_single() function
|
D | route.c | 798 net_ipv6_mld_send_single(iface, event->addr, event->mode); in send_mld_event()
|