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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h729 #define S_IP_TTL 0 macro
731 #define V_IP_TTL(x) ((x) << S_IP_TTL)
732 #define G_IP_TTL(x) (((x) >> S_IP_TTL) & M_IP_TTL)

Completed in 99 milliseconds