Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h75 #ifndef LLCSAP_8021D
76 #define LLCSAP_8021D 0x42 macro
Dnametoaddr.c628 { "stp", LLCSAP_8021D },
Dgencode.c3065 case LLCSAP_8021D: in ethertype_to_ppptype()
5517 b1 = gen_linktype(cstate, LLCSAP_8021D); in gen_proto_abbrev_internal()
/external/tcpdump/
Dllc.h74 #ifndef LLCSAP_8021D
75 #define LLCSAP_8021D 0x42 macro
Dprint-llc.c49 { LLCSAP_8021D, "STP" },
276 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D && in llc_print()