Searched defs:S_IP_TTL (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ | ||
H A D | regs.h | 729 #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 84 milliseconds