Home
last modified time | relevance | path

Searched defs:nfhdr (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-cnfp.c56 struct nfhdr { struct
57 u_int32_t ver_cnt; /* version [15], and # of records */
58 u_int32_t msys_uptime;
59 u_int32_t utc_sec;
60 u_int32_t utc_nsec;
84 register const struct nfhdr *nh; in cnfp_print() argument
/external/libpcap/
Dpcap-common.c1225 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; in swap_nflog_header() local