Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dmld6.c87 static void mld6_send(struct netif *netif, struct mld_group *group, u8_t type);
382 mld6_send(netif, group, ICMP6_TYPE_MLR); in mld6_joingroup_netif()
465 mld6_send(netif, group, ICMP6_TYPE_MLD); in mld6_leavegroup_netif()
510 mld6_send(netif, group, ICMP6_TYPE_MLR); in mld6_tmr()
563 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) in mld6_send() function