Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dccp.c44 struct dccp_hdr { struct
190 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
201 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
208 const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
223 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno()
236 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
238 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr); in dccp_basic_hdr_len()
243 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no()
271 const struct dccp_hdr *dh; in dccp_print()
280 dh = (const struct dccp_hdr *)bp; in dccp_print()
[all …]
/external/kernel-headers/original/uapi/linux/
Ddccp.h21 struct dccp_hdr { struct