Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c143 static void igmp_delaying_member(struct igmp_group *group, u8_t maxresp);
276 igmp_delaying_member(group, IGMP_JOIN_DELAYING_MEMBER_TMR); in igmp_report_groups()
454 igmp_delaying_member(groupref, igmp->igmp_maxresp); in igmp_input()
475 igmp_delaying_member(group, igmp->igmp_maxresp); in igmp_input()
727 igmp_delaying_member(struct igmp_group *group, u8_t maxresp) in igmp_delaying_member() function