Home
last modified time | relevance | path

Searched refs:DLT_PPP_BSDOS (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/missing/
Ddlnames.c68 #ifdef DLT_PPP_BSDOS
69 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
/external/libpcap/pcap/
Ddlt.h100 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
104 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/external/scapy/scapy/
Ddata.py62 DLT_PPP_BSDOS = 14 variable
65 DLT_PPP_BSDOS = 16 variable
/external/tcpdump/
Dprint.c217 #ifdef DLT_PPP_BSDOS
218 { ppp_bsdos_if_print, DLT_PPP_BSDOS },
/external/libpcap/
Dpcap-common.c1240 { DLT_PPP_BSDOS, LINKTYPE_PPP_BSDOS },
Dpcap-bpf.c2265 v = DLT_PPP_BSDOS;
Dgencode.c1279 case DLT_PPP_BSDOS: in init_linktype()
3288 case DLT_PPP_BSDOS: in gen_linktype()