Home
last modified time | relevance | path

Searched refs:DLT_ARCNET (Results 1 – 8 of 8) sorted by relevance

/src/contrib/tcpdump/missing/
H A Ddlnames.c57 DLT_CHOICE(DLT_ARCNET, "ARCNET"),
/src/contrib/libpcap/pcap/
H A Ddlt.h74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ macro
/src/sys/net/
H A Ddlt.h74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ macro
/src/sbin/ipf/ipf/
H A Dbpf-ipf.h183 #define DLT_ARCNET 7 /* ARCNET */ macro
/src/contrib/libpcap/
H A Dpcap-common.c118 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */
H A Dpcap-npf.c1172 p->linktype = DLT_ARCNET; in pcap_activate_npf()
1176 p->linktype = DLT_ARCNET; in pcap_activate_npf()
H A Dgencode.c1231 case DLT_ARCNET: in init_linktype()
3571 case DLT_ARCNET: in gen_linktype()
8358 case DLT_ARCNET: in gen_broadcast()
8444 case DLT_ARCNET: in gen_multicast()
9040 case DLT_ARCNET: in gen_acode()
/src/contrib/tcpdump/
H A Dprint.c52 { arcnet_if_print, DLT_ARCNET },