Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dccp_hdr

64 	const struct dccp_hdr *dh, u_int len)
93 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len)
143 static u_int64_t dccp_seqno(const struct dccp_hdr *dh)
158 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh)
165 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
218 const struct dccp_hdr *dh;
228 dh = (const struct dccp_hdr *)bp;
243 if (len < sizeof(struct dccp_hdr)) {
245 (long)len - sizeof(struct dccp_hdr));