Searched refs:dccp_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-dccp.c63 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)) {
[all...]
H A Ddccp.h15 * struct dccp_hdr - generic part of DCCP packet header
27 struct dccp_hdr { struct
90 static inline struct dccp_hdr_data *dccp_hdr_data(struct dccp_hdr *hdrg)

Completed in 150 milliseconds