Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c78 #ifdef DLT_PPP_SERIAL
79 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/external/libpcap/pcap/
Dbpf.h224 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/external/libpcap/
Dpcap-common.c989 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dpcap-dag.c1136 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1181 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
Dpcap-win32.c565 p->linktype = DLT_PPP_SERIAL; in pcap_activate_win32()
Dpcap.c1113 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
Dgencode.c1030 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */
3103 case DLT_PPP_SERIAL:
/external/tcpdump/
Dtcpdump.c201 #ifdef DLT_PPP_SERIAL
202 { ppp_hdlc_if_print, DLT_PPP_SERIAL },