Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-nflog.c54 } nflog_hdr_t; typedef
56 #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()
/freebsd/contrib/libpcap/
H A Dpcap-util.c397 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()
/freebsd/contrib/libpcap/pcap/
H A Dnflog.h48 } nflog_hdr_t; typedef