Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-dccp.c67 struct dccp_hdr_ext { struct
230 const struct dccp_hdr_ext *dhx = (const struct dccp_hdr_ext *)bp; in dccp_seqno()
242 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr); in dccp_basic_hdr_len()