Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/pcap/
Ddlt.h98 #ifndef DLT_SLIP_BSDOS
99 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
103 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/freebsd-12-stable/sys/net/
Ddlt.h100 #ifndef DLT_SLIP_BSDOS
101 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
105 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/freebsd-12-stable/sbin/ipf/ipf/
Dbpf-ipf.h216 #ifndef DLT_SLIP_BSDOS
217 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ macro
221 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ macro
/freebsd-12-stable/contrib/tcpdump/missing/
Ddlnames.c65 #ifdef DLT_SLIP_BSDOS
66 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
/freebsd-12-stable/contrib/tcpdump/
Dprint.c150 #ifdef DLT_SLIP_BSDOS
151 { sl_bsdos_if_print, DLT_SLIP_BSDOS },
/freebsd-12-stable/contrib/libpcap/
Dpcap-common.c1163 { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
Dpcap-bpf.c2131 v = DLT_SLIP_BSDOS;
Dgencode.c1232 case DLT_SLIP_BSDOS: in init_linktype()
3247 case DLT_SLIP_BSDOS: in gen_linktype()