Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h72 #define IPH_ECN_ECT0 0x2 /* ECN-Capable Transport, ECT(0) */ macro
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h296 ((ipha_t *)(iph))->ipha_type_of_service |= IPH_ECN_ECT0; \
299 ((ip6_t *)(iph))->ip6_vcf |= htonl(IPH_ECN_ECT0 << 20); \
H A Dip.h454 #define IPH_ECN_ECT0 0x2 /* ECN-Capable Transport, ECT(0) */ macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c249 ((struct ip *)(iph))->ip_tos |= IPH_ECN_ECT0; \