Searched refs:IPH_ECN_ECT0 (Results 1 – 4 of 4) sorted by relevance
72 #define IPH_ECN_ECT0 0x2 /* ECN-Capable Transport, ECT(0) */ macro
265 ((ipha_t *)(iph))->ipha_type_of_service |= IPH_ECN_ECT0; \268 ((ip6_t *)(iph))->ip6_vcf |= htonl(IPH_ECN_ECT0 << 20); \
453 #define IPH_ECN_ECT0 0x2 /* ECN-Capable Transport, ECT(0) */ macro
250 ((struct ip *)(iph))->ip_tos |= IPH_ECN_ECT0; \