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

  /external/tcpdump/
tcp.h 53 #define TH_OFF(th) (((th)->th_offx2 & 0xf0) >> 4)
print-sl.c 177 hlen += TH_OFF((const struct tcphdr *)&((const int *)ip)[hlen]);
273 hlen += TH_OFF((const struct tcphdr *)&((const int32_t *)ip)[hlen]);
print-tcp.c 219 hlen = TH_OFF(tp) * 4;
519 bp + TH_OFF(tp) * 4, length, cp)) {
667 bp += TH_OFF(tp) * 4;
    [all...]

Completed in 74 milliseconds