Lines Matching defs:dccp_hdr
28 * struct dccp_hdr - generic part of DCCP packet header, with a 24-bit
41 struct dccp_hdr {
190 const struct dccp_hdr *dh, u_int len)
201 const struct dccp_hdr *dh, u_int len)
208 const struct dccp_hdr *dh, u_int len)
224 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
238 dccp_basic_hdr_len(netdissect_options *ndo, const struct dccp_hdr *dh)
240 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr);
245 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
270 const struct dccp_hdr *dh;
280 dh = (const struct dccp_hdr *)bp;
292 if (len < sizeof(struct dccp_hdr)) {
294 sizeof(struct dccp_hdr) - len);