Home
last modified time | relevance | path

Searched refs:TH_OFF (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-sl.c159 hlen += TH_OFF((const struct tcphdr *)&((const int *)ip)[hlen]); in sliplink_print()
252 hlen += TH_OFF((const struct tcphdr *)&((const int32_t *)ip)[hlen]); in compressed_sl_print()
Dtcp.h53 #define TH_OFF(th) (((th)->th_offx2 & 0xf0) >> 4) macro
Dprint-tcp.c219 hlen = TH_OFF(tp) * 4; in tcp_print()
519 bp + TH_OFF(tp) * 4, length, cp)) { in tcp_print()
667 bp += TH_OFF(tp) * 4; in tcp_print()