Home
last modified time | relevance | path

Searched refs:DLT_IEEE802 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c56 DLT_CHOICE(DLT_IEEE802, "Token ring"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h73 #define DLT_IEEE802 6 /* 802.5 Token Ring */ macro
/freebsd/sys/net/
H A Ddlt.h66 #define DLT_IEEE802 6 /* 802.5 Token Ring */ macro
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h182 #define DLT_IEEE802 6 /* IEEE 802 Networks */ macro
/freebsd/contrib/libpcap/
H A Dpcap-common.c117 #define LINKTYPE_IEEE802_5 DLT_IEEE802 /* DLT_IEEE802 is used for 802.5 Token Ring */
H A Ddlpisubs.c264 p->linktype = DLT_IEEE802; in pcap_process_mactype()
H A Dpcap-pf.c445 p->linktype = DLT_IEEE802; in pcap_activate_pf()
H A Dgencode.c1305 case DLT_IEEE802: in init_linktype()
3258 case DLT_IEEE802: in gen_linktype()
3747 case DLT_IEEE802: /* Token Ring */ in gen_llc_internal()
5286 case DLT_IEEE802: in gen_gateway()
7010 case DLT_IEEE802: in gen_scode()
7519 case DLT_IEEE802: in gen_ecode()
8249 case DLT_IEEE802: in gen_broadcast()
8342 case DLT_IEEE802: in gen_multicast()
H A Dpcap-npf.c1158 p->linktype = DLT_IEEE802; in pcap_activate_npf()
H A Dpcap-bpf.c2322 v = DLT_IEEE802;
H A Dpcap-linux.c1984 handle->linktype = DLT_IEEE802; in map_arphrd_to_dlt()
/freebsd/contrib/tcpdump/
H A Dprint.c237 { token_if_print, DLT_IEEE802 },
H A DCHANGES1473 - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida