Searched refs:IGMP_NOT_MEMBER (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Digmp_var.h202 #define IGMP_NOT_MEMBER 0 /* Can garbage collect in_multi */ macro
H A Digmp.c881 case IGMP_NOT_MEMBER:
1038 case IGMP_NOT_MEMBER:
1275 case IGMP_NOT_MEMBER:
1440 case IGMP_NOT_MEMBER:
1581 case IGMP_NOT_MEMBER:
2081 case IGMP_NOT_MEMBER:
2157 case IGMP_NOT_MEMBER:
2221 inm->inm_state = IGMP_NOT_MEMBER;
2360 case IGMP_NOT_MEMBER:
2881 case IGMP_NOT_MEMBER
[all...]
H A Din_mcast.c642 inm->inm_state = IGMP_NOT_MEMBER;
3669 if (state >= IGMP_NOT_MEMBER && state <= IGMP_LEAVING_MEMBER)

Completed in 33 milliseconds