Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dllc.h75 #ifndef LLCSAP_8021D
76 #define LLCSAP_8021D 0x42 macro
H A Dnametoaddr.c621 { "stp", LLCSAP_8021D },
H A Dgencode.c3124 case LLCSAP_8021D: in ethertype_to_ppptype()
5571 b1 = gen_linktype(cstate, LLCSAP_8021D); in gen_proto_abbrev_internal()
/freebsd/contrib/tcpdump/
H A Dllc.h74 #ifndef LLCSAP_8021D
75 #define LLCSAP_8021D 0x42 macro
H A Dprint-llc.c47 { LLCSAP_8021D, "STP" },
275 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D && in llc_print()