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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c56 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \ macro
270 GET_UINT32(opt + 2),
271 GET_UINT32(opt + 6));
309 GET_UINT32(sack_opt),
310 GET_UINT32(sack_opt + 4));
377 "tstamp %u %u", GET_UINT32(opt + 2),
378 GET_UINT32(opt + 6));
411 GET_UINT32(sack_opt),
412 GET_UINT32(sack_opt + 4));

Completed in 44 milliseconds