Home
last modified time | relevance | path

Searched refs:DLT_PPI (Results 1 – 11 of 11) sorted by relevance

/external/scapy/scapy/contrib/
Dppi.py29 from scapy.data import DLT_EN10MB, DLT_IEEE802_11, DLT_PPI
97 conf.l2types.register(DLT_PPI, PPI)
/external/tcpdump/
Dprint.c57 #ifdef DLT_PPI
58 { ppi_if_print, DLT_PPI },
Dprint-ppi.c25 #ifdef DLT_PPI
/external/libpcap/
Dpcap-airpcap.c315 case DLT_PPI: in airpcap_set_datalink()
874 p->linktype = DLT_PPI; in airpcap_activate()
899 p->dlt_list[1] = DLT_PPI; in airpcap_activate()
Dgencode.c1367 case DLT_PPI: in init_linktype()
2904 case DLT_PPI: in insert_compute_vloffsets()
2924 case DLT_PPI: in insert_compute_vloffsets()
2969 if (cstate->linktype == DLT_PPI) in gen_ppi_dlt_check()
3177 case DLT_PPI: in gen_linktype()
3716 case DLT_PPI: in gen_llc_internal()
5226 case DLT_PPI: in gen_gateway()
6706 case DLT_PPI: in gen_scode()
7213 case DLT_PPI: in gen_ecode()
7946 case DLT_PPI: in gen_broadcast()
[all …]
Dpcap-bpf.c3309 #ifdef DLT_PPI
3310 case DLT_PPI:
Dpcap-tc.c548 p->dlt_list[1] = DLT_PPI; in TcActivate()
Dpcap-npf.c1075 p->linktype = DLT_PPI; in pcap_activate_npf()
/external/libpcap/pcap/
Ddlt.h722 #define DLT_PPI 192 macro
/external/scapy/scapy/
Ddata.py90 DLT_PPI = 192 variable
/external/scapy/scapy/layers/
Ddot11.py377 conf.l2types.register(DLT_PPI, PPI)