HomeSort by relevance Sort by last modified time
    Searched refs:TH_OFF (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
tcp.h 48 #define TH_OFF(th) (((th)->th_offx2 & 0xf0) >> 4)
print-sl.c 146 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]);
236 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]);
print-tcp.c 225 hlen = TH_OFF(tp) * 4;
597 bp + TH_OFF(tp) * 4, length, cp)) {
652 bp += TH_OFF(tp) * 4;

Completed in 1110 milliseconds