Home
last modified time | relevance | path

Searched refs:DLT_LOOP (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-common.c1335 #if DLT_LOOP != LINKTYPE_LOOP in dlt_to_linktype()
1337 if (dlt == DLT_LOOP) in dlt_to_linktype()
1490 #if LINKTYPE_LOOP != DLT_LOOP in linktype_to_dlt()
1493 return (DLT_LOOP); in linktype_to_dlt()
H A Dgencode.c1245 case DLT_LOOP: in init_linktype()
3374 case DLT_LOOP: in gen_linktype()
H A DCHANGES1313 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c87 #ifdef DLT_LOOP
88 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h311 #define DLT_LOOP 12 macro
313 #define DLT_LOOP 108 macro
/freebsd/sys/net/
H A Ddlt.h285 #define DLT_LOOP 12 macro
287 #define DLT_LOOP 108 macro
/freebsd/contrib/tcpdump/
H A Dprint.c183 #ifdef DLT_LOOP
184 { null_if_print, DLT_LOOP },
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h262 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
267 * define DLT_LOOP as 12 in its version, as per the comment above -
270 #define DLT_LOOP 108 macro