Searched defs:nfhdr (Results 1 – 2 of 2) sorted by relevance
56 struct nfhdr { struct57 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
1225 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; in swap_nflog_header() local