Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Ddccp.h68 struct dccplhdr { struct
Ddccp_usrreq.c189 struct dccplhdr *dlh; in dccp_input()
259 dlh = (struct dccplhdr*)dh; in dccp_input()
583 optlen = data_off - (sizeof(struct dccplhdr) + extrah_len); in dccp_input()
1117 struct dccplhdr *dlh; in dccp_output()
1281 hdrlen = sizeof(struct ip6_hdr) + sizeof(struct dccplhdr) + in dccp_output()
1290 hdrlen = sizeof(struct ip) + sizeof(struct dccplhdr) + in dccp_output()
1368 dlh = (struct dccplhdr *)dh; in dccp_output()