Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Ddlt.h102 #ifndef DLT_SLIP_BSDOS
103 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
107 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/external/tcpdump/missing/
Ddlnames.c65 #ifdef DLT_SLIP_BSDOS
66 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/external/scapy/scapy/
Ddata.py61 DLT_SLIP_BSDOS = 13 variable
64 DLT_SLIP_BSDOS = 15 variable
/external/tcpdump/
Dprint.c147 #ifdef DLT_SLIP_BSDOS
148 { sl_bsdos_if_print, DLT_SLIP_BSDOS },
/external/libpcap/
Dpcap-common.c1067 { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
Dpcap-bpf.c2101 v = DLT_SLIP_BSDOS;
Dgencode.c1121 case DLT_SLIP_BSDOS: in init_linktype()
3104 case DLT_SLIP_BSDOS: in gen_linktype()