Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c175 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group->group_state))); in igmp_dump_group_list()
201 group->group_state = IGMP_GROUP_IDLE_MEMBER; in igmp_start()
334 group->group_state = IGMP_GROUP_NON_MEMBER; in igmp_lookup_group()
488 if (group->group_state == IGMP_GROUP_DELAYING_MEMBER) { in igmp_input()
491 group->group_state = IGMP_GROUP_IDLE_MEMBER; in igmp_input()
498 igmp->igmp_msgtype, group->group_state, &group, group->netif)); in igmp_input()
536 if (group->group_state != IGMP_GROUP_NON_MEMBER) { in igmp_joingroup()
558 group->group_state = IGMP_GROUP_DELAYING_MEMBER; in igmp_joingroup()
681 if (group->group_state == IGMP_GROUP_DELAYING_MEMBER) { in igmp_timeout()
729 if ((group->group_state == IGMP_GROUP_IDLE_MEMBER) || in igmp_delaying_member()
[all …]
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Digmp.h82 u8_t group_state; member