Searched refs:DLT_LOOP (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c89 #ifdef DLT_LOOP
90 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
/freebsd-11-stable/sys/net/
H A Ddlt.h220 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
223 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
227 #define DLT_LOOP 12 macro
229 #define DLT_LOOP 108 macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h218 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
221 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
225 #define DLT_LOOP 12 macro
227 #define DLT_LOOP 108 macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c79 #ifdef DLT_LOOP
80 { null_if_print, DLT_LOOP },
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h267 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
272 * define DLT_LOOP as 12 in its version, as per the comment above -
275 #define DLT_LOOP 108 macro
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c1242 case DLT_LOOP:
2141 * For DLT_LOOP, the link-layer header is a 32-bit
3332 case DLT_LOOP:

Completed in 89 milliseconds