Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/sys/net/
H A Ddlt.h96 #ifndef DLT_SLIP_BSDOS
97 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
101 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/freebsd/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
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c63 #ifdef DLT_SLIP_BSDOS
64 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/freebsd/contrib/libpcap/
H A Dpcap-common.c1296 if (dlt == DLT_SLIP_BSDOS) in dlt_to_linktype()
1449 return (DLT_SLIP_BSDOS); in linktype_to_dlt()
H A Dpcap-bpf.c2344 v = DLT_SLIP_BSDOS;
H A Dgencode.c1235 case DLT_SLIP_BSDOS: in init_linktype()
3290 case DLT_SLIP_BSDOS: in gen_linktype()
/freebsd/contrib/tcpdump/
H A Dprint.c221 #ifdef DLT_SLIP_BSDOS
222 { sl_bsdos_if_print, DLT_SLIP_BSDOS },