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

/external/tcpdump/missing/
H A Ddlnames.c93 #ifdef DLT_LOOP
94 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
/external/libpcap/pcap/
H A Dbpf.h290 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
293 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
297 #define DLT_LOOP 12 macro
299 #define DLT_LOOP 108 macro
/external/tcpdump/
H A Dtcpdump.c190 #ifdef DLT_LOOP
191 { null_if_print, DLT_LOOP },
/external/libpcap/
H A Dpcap.c1119 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
H A Dgencode.c1013 case DLT_LOOP:
3142 case DLT_LOOP:
3155 * For DLT_LOOP, the link-layer header is a 32-bit

Completed in 106 milliseconds