Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c66 #ifdef DLT_PPP_BSDOS
67 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h126 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
130 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/freebsd/sys/net/
H A Ddlt.h98 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
102 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h213 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
217 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/freebsd/contrib/libpcap/
H A Dpcap-common.c1298 if (dlt == DLT_PPP_BSDOS) in dlt_to_linktype()
1451 return (DLT_PPP_BSDOS); in linktype_to_dlt()
H A Dpcap-bpf.c2348 v = DLT_PPP_BSDOS;
H A Dgencode.c1281 case DLT_PPP_BSDOS: in init_linktype()
3348 case DLT_PPP_BSDOS: in gen_linktype()
/freebsd/contrib/tcpdump/
H A Dprint.c198 #ifdef DLT_PPP_BSDOS
199 { ppp_bsdos_if_print, DLT_PPP_BSDOS },