HomeSort by relevance Sort by last modified time
    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 251 switch (DCCPH_TYPE(dh)) {
313 if ((DCCPH_TYPE(dh) != DCCP_PKT_DATA) &&
314 (DCCPH_TYPE(dh) != DCCP_PKT_REQUEST))

Completed in 217 milliseconds