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.c56 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \ macro
267 GET_UINT32(opt + 2), in print_tcpoptions()
268 GET_UINT32(opt + 6)); in print_tcpoptions()
309 GET_UINT32(sack_opt), in print_tcpoptions()
310 GET_UINT32(sack_opt + 4)); in print_tcpoptions()
391 "tstamp %u %u", GET_UINT32(opt + 2), in print_tcpoptions_summary()
392 GET_UINT32(opt + 6)); in print_tcpoptions_summary()
428 GET_UINT32(sack_opt), in print_tcpoptions_summary()
429 GET_UINT32(sack_opt + 4)); in print_tcpoptions_summary()