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) & 0xF)
print-dccp.c 67 if (DCCPH_CSCOV(dh) == 0)
69 cov = (dh->dccph_doff + DCCPH_CSCOV(dh) - 1) * sizeof(u_int32_t);
230 (void)printf("CCVal %d, CsCov %d, ", DCCPH_CCVAL(dh), DCCPH_CSCOV(dh));

Completed in 41 milliseconds