Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Ddccp.h96 struct dccp_nathdr { struct
97 u_int16_t dh_sport; /* source port */
98 u_int16_t dh_dport; /* destination port */
99 u_int8_t dh_off;
101 u_int8_t dh_cscov:4, /* Checksum Length */
102 dh_ccval:4; /* Number of non data packets */
104 u_int8_t dh_ccval:4,
105 dh_cscov:4;
108 u_int16_t dh_seq;
109 u_int32_t dh_seq2;