OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCCPH_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
dccp.h
24
* @
dccph_type
- packet type, see DCCP_PKT_ prefixed macros
43
#define
DCCPH_TYPE
(dh) (((dh)->dccph_xtrs.dccph_xtr >> 1) & 0xF)
print-dccp.c
310
switch (
DCCPH_TYPE
(dh)) {
372
if ((
DCCPH_TYPE
(dh) != DCCP_PKT_DATA) &&
373
(
DCCPH_TYPE
(dh) != DCCP_PKT_REQUEST))
Completed in 705 milliseconds