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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nflog.c61 } nflog_hdr_t; typedef in typeref:struct:nflog_hdr
63 #define NFLOG_HDR_LEN sizeof(nflog_hdr_t)
118 nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length)
142 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.c343 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf;
349 if (caplen < (u_int) sizeof(nflog_hdr_t) ||
350 length < (u_int) sizeof(nflog_hdr_t)) {
360 length -= sizeof(nflog_hdr_t);
361 caplen -= sizeof(nflog_hdr_t);
362 p += sizeof(nflog_hdr_t);

Completed in 107 milliseconds