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/
Dpcap-dag.c571 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
587 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
1307 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1352 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
Dpcap-common.c1256 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dpcap-npf.c1059 p->linktype = DLT_PPP_SERIAL; in pcap_activate_npf()
Dgencode.c1261 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ in init_linktype()
3278 case DLT_PPP_SERIAL: in gen_linktype()
/external/libpcap/pcap/
Ddlt.h152 #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