Home
last modified time | relevance | path

Searched refs:dh_off (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/netinet/
Ddccp.h45 u_int8_t dh_off; /* Data offset */ member
72 u_int8_t dh_off; /* Data offset */ member
99 u_int8_t dh_off; member
Ddccp_usrreq.c265 … dlh->dh_cscov, dlh->dh_off, dlh->dh_type, dlh->dh_res, ntohs(dlh->dh_seq), in dccp_input()
270 … dh->dh_cscov, dh->dh_off, dh->dh_type, dh->dh_res, ntohl(dh->dh_seq))); in dccp_input()
305 cslen = dh->dh_off * 4 + (dh->dh_cscov - 1) * 4; in dccp_input()
575 data_off = (dh->dh_off << 2); in dccp_input()
1378 dh->dh_off = 4 + (extrah_len / 4) + (optlen / 4); in dccp_output()
1380 dh->dh_off = 3 + (extrah_len / 4) + (optlen / 4); in dccp_output()
1460 cslen = dh->dh_off * 4 + (dh->dh_cscov - 1) * 4; in dccp_output()