Searched refs:DLT_NFLOG (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nflog.c28 /* \summary: DLT_NFLOG printer */
38 #if defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H)
168 #endif /* defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H) */
H A Dprint.c66 #if defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H)
67 { nflog_if_print, DLT_NFLOG},
/freebsd-11-stable/sys/net/
H A Ddlt.h1089 #define DLT_NFLOG 239 macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h1111 #define DLT_NFLOG 239 macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-netfilter-linux.c189 if (handle->linktype != DLT_NFLOG) {
253 /* if type == NFQUEUE, handle->linktype is always != DLT_NFLOG,
582 handle->linktype = DLT_NFLOG;
585 handle->dlt_list[0] = DLT_NFLOG;
H A Dpcap-common.c1492 * The DLT_NFLOG "packets" have a mixture of big-endian and host-byte-order
1498 * When reading a DLT_NFLOG capture file, we need to convert the type
1580 case DLT_NFLOG:
H A Dgencode.c3615 case DLT_NFLOG:

Completed in 100 milliseconds