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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nflog.c50 nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length)
73 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p;
76 uint16_t h_size = sizeof(nflog_hdr_t);
80 if (caplen < (int) sizeof(nflog_hdr_t) || length < (int) sizeof(nflog_hdr_t)) {
93 p += sizeof(nflog_hdr_t);
94 length -= sizeof(nflog_hdr_t);
95 caplen -= sizeof(nflog_hdr_t);
158 length + sizeof(nflog_hdr_t));
[all...]
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dnflog.h48 } nflog_hdr_t; typedef in typeref:struct:nflog_hdr
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c1506 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf;
1512 if (caplen < (u_int) sizeof(nflog_hdr_t) ||
1513 length < (u_int) sizeof(nflog_hdr_t)) {
1523 length -= sizeof(nflog_hdr_t);
1524 caplen -= sizeof(nflog_hdr_t);
1525 p += sizeof(nflog_hdr_t);

Completed in 160 milliseconds