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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nflog.c59 } nflog_hdr_t; typedef in typeref:struct:nflog_hdr
61 #define NFLOG_HDR_LEN sizeof(nflog_hdr_t)
126 nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length)
150 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p;
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dnflog.h50 } nflog_hdr_t; typedef in typeref:struct:nflog_hdr
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-util.c397 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf;
403 if (caplen < (u_int) sizeof(nflog_hdr_t) ||
404 length < (u_int) sizeof(nflog_hdr_t)) {
414 length -= sizeof(nflog_hdr_t);
415 caplen -= sizeof(nflog_hdr_t);
416 p += sizeof(nflog_hdr_t);

Completed in 127 milliseconds