Searched refs:mld6_send (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | mld6.c | 87 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
|