HomeSort by relevance Sort by last modified time
    Searched full:th_offx2 (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
tcp.h 47 u_int8_t th_offx2; /* data offset, rsvd */ member in struct:tcphdr
48 #define TH_OFF(th) (((th)->th_offx2 & 0xf0) >> 4)

Completed in 48 milliseconds