Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/pcap/
HDdlt.h77 #define DLT_FDDI 10 /* FDDI */ macro
96 #define DLT_LOW_MATCHING_MAX DLT_FDDI /* highest value in this "matching" range */
/freebsd-14-stable/contrib/tcpdump/missing/
HDdlnames.c60 DLT_CHOICE(DLT_FDDI, "FDDI"),
/freebsd-14-stable/contrib/libpcap/
HDpcap-pf.c417 p->linktype = DLT_FDDI; in pcap_activate_pf()
470 if (p->linktype == DLT_FDDI) { in pcap_activate_pf()
HDpcap-common.c121 #define LINKTYPE_FDDI DLT_FDDI
HDdlpisubs.c258 p->linktype = DLT_FDDI; in pcap_process_mactype()
HDpcap-snoop.c295 p->linktype = DLT_FDDI; in pcap_activate_snoop()
HDpcap-bpf.c2318 v = DLT_FDDI;
2528 if (v == DLT_FDDI)
HDgencode.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()
HDpcap-npf.c1162 p->linktype = DLT_FDDI; in pcap_activate_npf()
HDpcap-linux.c1996 handle->linktype = DLT_FDDI; in map_arphrd_to_dlt()
/freebsd-14-stable/sys/net/
HDdlt.h72 #define DLT_FDDI 10 /* FDDI */ macro
HDbpf.c599 case DLT_FDDI: in bpf_movein()
/freebsd-14-stable/sbin/ipf/ipf/
HDbpf-ipf.h190 #define DLT_FDDI 10 /* FDDI */ macro
/freebsd-14-stable/contrib/tcpdump/
HDprint.c88 { fddi_if_print, DLT_FDDI },