Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dmld6.c144 mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr) in mld6_lookfor_group() function
265 group = mld6_lookfor_group(inp, ip6_current_dest_addr()); in mld6_input()
277 group = mld6_lookfor_group(inp, ip6_current_dest_addr()); in mld6_input()
370 group = mld6_lookfor_group(netif, groupaddr);
462 group = mld6_lookfor_group(netif, groupaddr);
Dip6.c659 else if (mld6_lookfor_group(inp, ip6_current_dest_addr())) {
/third_party/lwip/src/include/lwip/
Dmld6.h78 struct mld_group *mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr);