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);
386 mld6_send(netif, group, ICMP6_TYPE_MLR);
473 mld6_send(netif, group, ICMP6_TYPE_MLD);
522 mld6_send(netif, group, ICMP6_TYPE_MLR);
604 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) function