Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.h165 #ifndef DLT_SLIP_BSDOS
166 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
170 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
Dpcap-bpf.c726 v = DLT_SLIP_BSDOS; in pcap_open_live()
Dpcap.c336 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
Dsavefile.c589 { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
Dgencode.c868 case DLT_SLIP_BSDOS:
2239 case DLT_SLIP_BSDOS:
/external/tcpdump/missing/
Ddlnames.c69 #ifdef DLT_SLIP_BSDOS
70 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/external/tcpdump/
Dtcpdump.c155 #ifdef DLT_SLIP_BSDOS
156 { sl_bsdos_if_print, DLT_SLIP_BSDOS },