Home
last modified time | relevance | path

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

/src/contrib/libpcap/pcap/
H A Ddlt.h124 #ifndef DLT_SLIP_BSDOS
125 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
129 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/src/sys/net/
H A Ddlt.h124 #ifndef DLT_SLIP_BSDOS
125 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
129 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/src/sbin/ipf/ipf/
H A Dbpf-ipf.h211 #ifndef DLT_SLIP_BSDOS
212 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
216 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/src/contrib/tcpdump/missing/
H A Ddlnames.c63 #ifdef DLT_SLIP_BSDOS
64 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/src/contrib/libpcap/
H A Dpcap-common.c1382 if (dlt == DLT_SLIP_BSDOS) in dlt_to_linktype()
1535 return (DLT_SLIP_BSDOS); in linktype_to_dlt()
H A Dpcap-bpf.c2344 v = DLT_SLIP_BSDOS;
H A Dgencode.c1263 case DLT_SLIP_BSDOS: in init_linktype()
3395 case DLT_SLIP_BSDOS: in gen_linktype()
/src/contrib/tcpdump/
H A Dprint.c221 #ifdef DLT_SLIP_BSDOS
222 { sl_bsdos_if_print, DLT_SLIP_BSDOS },