OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:th_offx2
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
tcp.h
46
uint8_t
th_offx2
; /* data offset, rsvd */
member in struct:tcphdr
53
#define TH_OFF(th) (((th)->
th_offx2
& 0xf0) >> 4)
Completed in 445 milliseconds