Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c73 #ifdef DLT_PPP_SERIAL
74 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/external/libpcap/pcap/
Dbpf.h223 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/external/libpcap/
Dpcap-common.c1056 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dpcap-dag.c1176 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1221 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
Dpcap-win32.c595 p->linktype = DLT_PPP_SERIAL; in pcap_activate_win32()
Dpcap.c1125 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
Dgencode.c1062 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */
3007 case DLT_PPP_SERIAL:
/external/tcpdump/
Dtcpdump.c385 #ifdef DLT_PPP_SERIAL
386 { ppp_hdlc_if_print, DLT_PPP_SERIAL },