Home
last modified time | relevance | path

Searched refs:DLT_FDDI (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Ddlt.h77 #define DLT_FDDI 10 /* FDDI */ macro
96 #define DLT_LOW_MATCHING_MAX DLT_FDDI /* highest value in this "matching" range */
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c60 DLT_CHOICE(DLT_FDDI, "FDDI"),
/freebsd/contrib/libpcap/
H A Dpcap-pf.c417 p->linktype = DLT_FDDI; in pcap_activate_pf()
470 if (p->linktype == DLT_FDDI) { in pcap_activate_pf()
H A Dpcap-common.c121 #define LINKTYPE_FDDI DLT_FDDI
H A Ddlpisubs.c258 p->linktype = DLT_FDDI; in pcap_process_mactype()
H A Dpcap-snoop.c295 p->linktype = DLT_FDDI; in pcap_activate_snoop()
H A Dpcap-bpf.c2318 v = DLT_FDDI;
2528 if (v == DLT_FDDI)
H A Dgencode.c1288 case DLT_FDDI: in init_linktype()
3251 case DLT_FDDI: in gen_linktype()
3753 case DLT_FDDI: in gen_llc_internal()
5283 case DLT_FDDI: in gen_gateway()
7001 case DLT_FDDI: in gen_scode()
7516 case DLT_FDDI: in gen_ecode()
8247 case DLT_FDDI: in gen_broadcast()
8334 case DLT_FDDI: in gen_multicast()
H A Dpcap-npf.c1162 p->linktype = DLT_FDDI; in pcap_activate_npf()
H A Dpcap-linux.c1996 handle->linktype = DLT_FDDI; in map_arphrd_to_dlt()
/freebsd/sys/net/
H A Ddlt.h70 #define DLT_FDDI 10 /* FDDI */ macro
H A Dbpf.c597 case DLT_FDDI: in bpf_movein()
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h186 #define DLT_FDDI 10 /* FDDI */ macro
/freebsd/contrib/tcpdump/
H A Dprint.c88 { fddi_if_print, DLT_FDDI },