OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCCPH_SEQ
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
dccp.h
25
* @
dccph_seq
- sequence number high or low order 24 bits, depends on dccph_x
35
u_int32_t
dccph_seq
;
member in union:dccp_hdr::__anon26795
44
#define
DCCPH_SEQ
(dh) (((dh)->dccph_xtrs.
dccph_seq
) >> 8)
print-dccp.c
145
u_int32_t seq_high =
DCCPH_SEQ
(dh);
Completed in 34 milliseconds