Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dccp.c145 u_int32_t seq_high = DCCPH_SEQ(dh); in dccp_seqno() local
146 u_int64_t seqno = EXTRACT_24BITS(&seq_high) & 0xFFFFFF; in dccp_seqno()