Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c58 DLT_CHOICE(DLT_IEEE802, "Token ring"),
/external/libpcap/
Dpcap-common.c113 #define LINKTYPE_IEEE802_5 DLT_IEEE802 /* DLT_IEEE802 is used for 802.5 Token Ring */
1219 { DLT_IEEE802, LINKTYPE_IEEE802_5 },
Ddlpisubs.c261 p->linktype = DLT_IEEE802; in pcap_process_mactype()
Dpcap-pf.c443 p->linktype = DLT_IEEE802; in pcap_activate_pf()
Dgencode.c1303 case DLT_IEEE802: in init_linktype()
3198 case DLT_IEEE802: in gen_linktype()
3689 case DLT_IEEE802: /* Token Ring */ in gen_llc_internal()
5219 case DLT_IEEE802: in gen_gateway()
6693 case DLT_IEEE802: in gen_scode()
7206 case DLT_IEEE802: in gen_ecode()
7940 case DLT_IEEE802: in gen_broadcast()
8033 case DLT_IEEE802: in gen_multicast()
Dpcap-npf.c1039 p->linktype = DLT_IEEE802; in pcap_activate_npf()
Dpcap-bpf.c2239 v = DLT_IEEE802;
Dpcap-linux.c1887 handle->linktype = DLT_IEEE802; in map_arphrd_to_dlt()
/external/libpcap/pcap/
Ddlt.h68 #define DLT_IEEE802 6 /* 802.5 Token Ring */ macro
/external/scapy/scapy/
Ddata.py50 DLT_IEEE802 = 6 variable
/external/tcpdump/
Dprint.c125 { token_if_print, DLT_IEEE802 },
DCHANGES1058 - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3201 pub const DLT_IEEE802: ::c_uint = 6; // IEEE 802 Networks constant