Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h170 #ifndef DLT_SLIP_BSDOS
171 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
175 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/external/tcpdump/missing/
Ddlnames.c69 #ifdef DLT_SLIP_BSDOS
70 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/external/libpcap/
Dpcap-common.c972 { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
Dpcap.c1110 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
Dpcap-bpf.c1856 v = DLT_SLIP_BSDOS;
Dgencode.c1003 case DLT_SLIP_BSDOS:
3052 case DLT_SLIP_BSDOS:
/external/tcpdump/
Dtcpdump.c178 #ifdef DLT_SLIP_BSDOS
179 { sl_bsdos_if_print, DLT_SLIP_BSDOS },