HomeSort by relevance Sort by last modified time
    Searched full:ver_cnt (Results 1 - 1 of 1) sorted by null

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

Completed in 15 milliseconds