OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCCPH_X
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
dccp.h
23
* @
dccph_x
- 0 = 24 bit sequence number, 1 = 48
25
* @dccph_seq - sequence number high or low order 24 bits, depends on
dccph_x
42
#define
DCCPH_X
(dh) ((dh)->dccph_xtrs.dccph_xtr & 1)
92
const int ext =
DCCPH_X
(hdrg) ? sizeof(struct dccp_hdr_ext) : 0;
print-dccp.c
148
if (
DCCPH_X
(dh) != 0) {
160
return sizeof(*dh) + (
DCCPH_X
(dh) ? sizeof(struct dccp_hdr_ext) : 0);
175
if (
DCCPH_X
(dh) != 0) {
Completed in 17 milliseconds