Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h67 #ifndef ETHERTYPE_SCA
68 #define ETHERTYPE_SCA 0x6007 macro
Dnametoaddr.c292 { "sca", ETHERTYPE_SCA },
Dgencode.c4943 b1 = gen_linktype(ETHERTYPE_SCA);
/external/tcpdump/
Dethertype.h74 #ifndef ETHERTYPE_SCA
75 #define ETHERTYPE_SCA 0x6007 macro
Dprint-ether.c55 { ETHERTYPE_SCA, "SCA" },
428 case ETHERTYPE_SCA: in ethertype_print()