Home
last modified time | relevance | path

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

/src/contrib/tcpdump/missing/
H A Ddlnames.c56 DLT_CHOICE(DLT_IEEE802, "Token ring"),
/src/contrib/libpcap/pcap/
H A Ddlt.h73 #define DLT_IEEE802 6 /* 802.5 Token Ring */ macro
/src/sys/net/
H A Ddlt.h73 #define DLT_IEEE802 6 /* 802.5 Token Ring */ macro
/src/sbin/ipf/ipf/
H A Dbpf-ipf.h182 #define DLT_IEEE802 6 /* IEEE 802 Networks */ macro
/src/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.c274 p->linktype = DLT_IEEE802; in pcap_process_mactype()
H A Dpcap-pf.c445 p->linktype = DLT_IEEE802; in pcap_activate_pf()
H A Dgencode.c1333 case DLT_IEEE802: in init_linktype()
3363 case DLT_IEEE802: in gen_linktype()
3852 case DLT_IEEE802: /* Token Ring */ in gen_llc_internal()
5391 case DLT_IEEE802: in gen_gateway()
7118 case DLT_IEEE802: in gen_scode()
7643 case DLT_IEEE802: in gen_ecode()
8372 case DLT_IEEE802: in gen_broadcast()
8465 case DLT_IEEE802: in gen_multicast()
H A Dpcap-npf.c1160 p->linktype = DLT_IEEE802; in pcap_activate_npf()
H A Dpcap-bpf.c2322 v = DLT_IEEE802;
H A Dpcap-linux.c2121 handle->linktype = DLT_IEEE802; in map_arphrd_to_dlt()
/src/contrib/tcpdump/
H A Dprint.c237 { token_if_print, DLT_IEEE802 },
H A DCHANGES1547 - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida