HomeSort by relevance Sort by last modified time
    Searched refs:DCCPH_CSCOV (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
dccp.h 21 * @dccph_cscov - Parts of the packet that are covered by the Checksum field
22 * @dccph_checksum - Internet checksum, depends on dccph_cscov
40 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov >> 4) & 0x0F)
print-dccp.c 278 (void)printf("CCVal %d, CsCov %d, ", DCCPH_CCVAL(dh), DCCPH_CSCOV(dh));

Completed in 12 milliseconds