Searched refs:nflog_hdr_t (Results 1 – 3 of 3) sorted by relevance
54 } nflog_hdr_t; typedef56 #define NFLOG_HDR_LEN sizeof(nflog_hdr_t)121 nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length) in nflog_hdr_print()145 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p; in nflog_if_print()
397 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; in swap_nflog_header()403 if (caplen < (u_int) sizeof(nflog_hdr_t) || in swap_nflog_header()404 length < (u_int) sizeof(nflog_hdr_t)) { in swap_nflog_header()414 length -= sizeof(nflog_hdr_t); in swap_nflog_header()415 caplen -= sizeof(nflog_hdr_t); in swap_nflog_header()416 p += sizeof(nflog_hdr_t); in swap_nflog_header()
48 } nflog_hdr_t; typedef