Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c74 #ifdef DLT_PPP_SERIAL
75 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/external/tcpdump/
Dprint.c220 #ifdef DLT_PPP_SERIAL
221 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
/external/libpcap/pcap/
Ddlt.h156 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/external/scapy/scapy/layers/
Dppp.py14 from scapy.data import DLT_PPP, DLT_PPP_SERIAL, DLT_PPP_ETHER
718 conf.l2types.register(DLT_PPP_SERIAL, HDLC)
/external/scapy/scapy/
Ddata.py72 DLT_PPP_SERIAL = 50 variable
/external/libpcap/
Dpcap-dag.c1265 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1310 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
Dpcap-common.c1084 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dpcap-win32.c1004 p->linktype = DLT_PPP_SERIAL; in pcap_activate_win32()
Dgencode.c1148 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ in init_linktype()
3155 case DLT_PPP_SERIAL: in gen_linktype()