Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-dccp.c41 struct dccp_hdr { struct
190 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()
224 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno()
238 dccp_basic_hdr_len(netdissect_options *ndo, const struct dccp_hdr *dh) in dccp_basic_hdr_len()
240 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr); in dccp_basic_hdr_len()
245 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no()
270 const struct dccp_hdr *dh; in dccp_print()
280 dh = (const struct dccp_hdr *)bp; in dccp_print()
[all …]