Searched defs:dccphdr (Results 1 – 1 of 1) sorted by relevance
41 struct dccphdr { struct42 u_short dh_sport; /* source port */43 u_short dh_dport; /* destination port */45 u_int8_t dh_off; /* Data offset */47 u_int8_t dh_cscov:4, /* Checksum Length */48 dh_ccval:4; /* Number of non data packets */50 u_int8_t dh_ccval:4,51 dh_cscov:4;53 u_short dh_sum; /* Checksum */56 u_int32_t dh_x:1, /* long/short sequence number */[all …]