OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLT_PPP_SERIAL
(Results
1 - 8
of
8
) sorted by null
/external/tcpdump/missing/
dlnames.c
78
#ifdef
DLT_PPP_SERIAL
79
DLT_CHOICE(
DLT_PPP_SERIAL
, "PPP over serial"),
/external/libpcap/
pcap-bpf.h
193
#define
DLT_PPP_SERIAL
50 /* PPP over serial with HDLC encapsulation */
pcap-win32.c
483
p->linktype =
DLT_PPP_SERIAL
;
pcap-dag.c
925
p->dlt_list[index++] =
DLT_PPP_SERIAL
;
982
p->dlt_list[index++] =
DLT_PPP_SERIAL
;
pcap.c
339
DLT_CHOICE(
DLT_PPP_SERIAL
, "PPP over serial"),
savefile.c
186
* HDLC"). This is, for example, what you get with NetBSD's
DLT_PPP_SERIAL
.
188
* We give it the same value as NetBSD's
DLT_PPP_SERIAL
, in the hopes that
189
* nobody else will choose a DLT_ value of 50, and so that
DLT_PPP_SERIAL
606
{
DLT_PPP_SERIAL
, LINKTYPE_PPP_HDLC },
[
all
...]
gencode.c
892
case
DLT_PPP_SERIAL
: /* NetBSD sync/async serial PPP */
[
all
...]
/external/tcpdump/
tcpdump.c
178
#ifdef
DLT_PPP_SERIAL
179
{ ppp_hdlc_if_print,
DLT_PPP_SERIAL
},
[
all
...]
Completed in 15 milliseconds