Searched refs:crt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3249 rectype_t crt, drt, nrt; local
3260 crt = REC_NONE; /* current group record type */
3379 crt = nrt;
3380 } else if (crt != nrt)
3391 nallow += !!(crt == REC_ALLOW);
3392 nblock += !!(crt == REC_BLOCK);
3415 if (crt == REC_ALLOW)
3417 else if (crt == REC_BLOCK)
3431 drt |= crt;
3432 crt
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c2855 rectype_t crt, drt, nrt; local
2865 crt = REC_NONE; /* current group record type */
2982 crt = nrt;
2983 } else if (crt != nrt)
2993 nallow += !!(crt == REC_ALLOW);
2994 nblock += !!(crt == REC_BLOCK);
3017 if (crt == REC_ALLOW)
3019 else if (crt == REC_BLOCK)
3032 drt |= crt;
3033 crt
[all...]

Completed in 31 milliseconds