Home
last modified time | relevance | path

Searched refs:net_ipv6_mld_send_single (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6_mld.c179 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()
Dipv6.h211 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
Droute.c798 net_ipv6_mld_send_single(iface, event->addr, event->mode); in send_mld_event()