Home
last modified time | relevance | path

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.c53 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \ macro
271 GET_UINT32(opt + 2),
272 GET_UINT32(opt + 6));
310 GET_UINT32(sack_opt),
311 GET_UINT32(sack_opt + 4));
378 "tstamp %u %u", GET_UINT32(opt + 2), in print_tcpoptions_summary()
379 GET_UINT32(opt + 6)); in print_tcpoptions_summary()
412 GET_UINT32(sack_opt), in print_tcpoptions_summary()
413 GET_UINT32(sack_opt + 4)); in print_tcpoptions_summary()