Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dccp_hdr

63 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len)
74 const struct dccp_hdr *dh, u_int len)
81 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len)
95 static u_int64_t dccp_seqno(const struct dccp_hdr *dh)
110 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh)
117 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
170 const struct dccp_hdr *dh;
180 dh = (const struct dccp_hdr *)bp;
195 if (len < sizeof(struct dccp_hdr)) {
197 (long)len - sizeof(struct dccp_hdr));