Home
last modified time | relevance | path

Searched refs:ETHERTYPE_SCA (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libpcap/
H A Dethertype.h64 #ifndef ETHERTYPE_SCA
65 #define ETHERTYPE_SCA 0x6007 macro
H A Dnametoaddr.c606 { "sca", ETHERTYPE_SCA },
H A Dgencode.c5444 b1 = gen_linktype(cstate, ETHERTYPE_SCA); in gen_proto_abbrev_internal()
/freebsd/contrib/tcpdump/
H A Dethertype.h81 #ifndef ETHERTYPE_SCA
82 #define ETHERTYPE_SCA 0x6007 macro
H A Dprint-ether.c73 { ETHERTYPE_SCA, "SCA" },
657 case ETHERTYPE_SCA: in ethertype_print()
H A Daddrtoname.c858 { "sca", ETHERTYPE_SCA },
/freebsd/sys/net/
H A Dethernet.h185 #define ETHERTYPE_SCA 0x6007 /* DEC LAVC, SCA */ macro