Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h46 #ifndef LLCSAP_8021D
47 #define LLCSAP_8021D 0x42 macro
Dnametoaddr.c328 { "stp", LLCSAP_8021D },
Dgencode.c2301 case LLCSAP_8021D:
2354 case LLCSAP_8021D:
3940 b1 = gen_linktype(LLCSAP_8021D);
/external/tcpdump/
Dllc.h76 #ifndef LLCSAP_8021D
77 #define LLCSAP_8021D 0x42 macro
Dprint-llc.c55 { LLCSAP_8021D, "STP" },
239 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D && in llc_print()