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/
Dpcap-bpf.h193 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
Dpcap-dag.c925 p->dlt_list[index++] = DLT_PPP_SERIAL;
982 p->dlt_list[index++] = DLT_PPP_SERIAL;
Dpcap-win32.c483 p->linktype = DLT_PPP_SERIAL; in pcap_open_live()
Dpcap.c339 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
Dsavefile.c606 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dgencode.c892 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */
2267 case DLT_PPP_SERIAL:
/external/tcpdump/
Dtcpdump.c178 #ifdef DLT_PPP_SERIAL
179 { ppp_hdlc_if_print, DLT_PPP_SERIAL },