Lines Matching defs:dccplhdr
68 struct dccplhdr { struct
69 u_short dh_sport; /* source port */
70 u_short dh_dport; /* destination port */
72 u_int8_t dh_off; /* Data offset */
74 u_int8_t dh_cscov:4, /* Checksum Length */
75 dh_ccval:4; /* Number of non data packets */
77 u_int8_t dh_ccval:4,
78 dh_cscov:4;
80 u_short dh_sum; /* Checksum */
83 u_int8_t dh_x:1, /* long/short sequence number */
84 dh_type:4,
85 dh_res:3;
87 u_int8_t dh_res:3, /* Reserved */
88 dh_type:4, /* Type of message */
89 dh_x:1; /* long/short sequence number */
91 u_int8_t dh_res2;
92 u_int16_t dh_seq;
93 u_int32_t dh_seq2; /* long sequence number */