Home
last modified time | relevance | path

Searched defs:dccplhdr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netinet/
H A Ddccp.h68 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 */
[all …]