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.c322 { "stp", LLCSAP_8021D },
Dgencode.c2774 case LLCSAP_8021D:
5064 b1 = gen_linktype(LLCSAP_8021D);
/external/tcpdump/
Dllc.h74 #ifndef LLCSAP_8021D
75 #define LLCSAP_8021D 0x42 macro
Dprint-llc.c48 { LLCSAP_8021D, "STP" },
235 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D && in llc_print()