Searched refs:IPTOS_ECN_NOTECT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip.h134 #define IPTOS_ECN_NOTECT 0x00 /* not-ECT */ macro
H A Dip_input.c1535 if (ecn0 == IPTOS_ECN_NOTECT)
1540 if (ecn == IPTOS_ECN_NOTECT && ecn0 != IPTOS_ECN_NOTECT)
H A Dtcp_input.c1110 u_char ip_ecn = IPTOS_ECN_NOTECT;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_util.c249 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_NOTECT)
286 (IPTOS_ECN_NOTECT << 20))
/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c413 if (ecn0 == IPTOS_ECN_NOTECT) {
420 if (ecn == IPTOS_ECN_NOTECT && ecn0 != IPTOS_ECN_NOTECT) {

Completed in 37 milliseconds