Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c57 DLT_CHOICE(DLT_ARCNET, "ARCNET"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ macro
/freebsd/sys/net/
H A Ddlt.h67 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ macro
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h183 #define DLT_ARCNET 7 /* ARCNET */ macro
/freebsd/contrib/libpcap/
H A Dpcap-common.c118 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */
H A Dpcap-npf.c1170 p->linktype = DLT_ARCNET; in pcap_activate_npf()
1174 p->linktype = DLT_ARCNET; in pcap_activate_npf()
H A Dgencode.c1203 case DLT_ARCNET: in init_linktype()
3466 case DLT_ARCNET: in gen_linktype()
8236 case DLT_ARCNET: in gen_broadcast()
8321 case DLT_ARCNET: in gen_multicast()
8913 case DLT_ARCNET: in gen_acode()
/freebsd/contrib/tcpdump/
H A Dprint.c52 { arcnet_if_print, DLT_ARCNET },