OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLT_LOOP
(Results
1 - 6
of
6
) sorted by null
/external/tcpdump/missing/
dlnames.c
93
#ifdef
DLT_LOOP
94
DLT_CHOICE(
DLT_LOOP
, "OpenBSD loopback"),
/external/libpcap/
pcap-bpf.h
246
* OpenBSD
DLT_LOOP
, for loopback devices; it's like DLT_NULL, except
249
*
DLT_LOOP
is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
253
#define
DLT_LOOP
12
255
#define
DLT_LOOP
108
pcap.c
344
DLT_CHOICE(
DLT_LOOP
, "OpenBSD loopback"),
savefile.c
618
{
DLT_LOOP
, LINKTYPE_LOOP },
[
all
...]
gencode.c
877
case
DLT_LOOP
:
[
all
...]
/external/tcpdump/
tcpdump.c
167
#ifdef
DLT_LOOP
168
{ null_if_print,
DLT_LOOP
},
[
all
...]
Completed in 62 milliseconds