Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dmld6.c86 static void mld6_delayed_report(struct mld_group *group, u16_t maxresp);
130 mld6_delayed_report(group, MLD6_JOIN_DELAYING_MEMBER_TMR_MS); in mld6_report_groups()
256 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()
268 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()
383 mld6_delayed_report(group, MLD6_JOIN_DELAYING_MEMBER_TMR_MS); in mld6_joingroup_netif()
528 mld6_delayed_report(struct mld_group *group, u16_t maxresp_in) in mld6_delayed_report() function