Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Digmp.c137 group->group_state = IGMP_GROUP_IDLE_MEMBER; in igmp_start()
425 group->group_state = IGMP_GROUP_IDLE_MEMBER; in igmp_input()
714 group->group_state = IGMP_GROUP_IDLE_MEMBER;
752 if ((group->group_state == IGMP_GROUP_IDLE_MEMBER) ||
/third_party/lwip/src/include/lwip/prot/
Digmp.h66 #define IGMP_GROUP_IDLE_MEMBER 2 macro