Home
last modified time | relevance | path

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

/lib/liblwip/src/core/ipv4/
Digmp.c115 #define IGMP_GROUP_NON_MEMBER 0 macro
333 group->group_state = IGMP_GROUP_NON_MEMBER; in igmp_lookup_group()
535 if (group->group_state != IGMP_GROUP_NON_MEMBER) { in igmp_joingroup()