Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cnfp.c57 u_int32_t ver_cnt; /* version [15], and # of records */ member
97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff; in cnfp_print()
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16; in cnfp_print()