Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tcpdump/
Dllc.h105 #ifndef LLCSAP_8021D
106 #define LLCSAP_8021D 0x42 macro
Dprint-stp.c95 if (p[0] == LLCSAP_8021D && p[1] == LLCSAP_8021D && p[2] == LLC_UI) in stp_print()
Dprint-llc.c143 if (llc.ssap == LLCSAP_8021D && llc.dsap == LLCSAP_8021D) { in llc_print()
Daddrtoname.c803 { LLCSAP_8021D, "802.1d" },
/openbsd/src/lib/libpcap/
Dllc.h103 #ifndef LLCSAP_8021D
104 #define LLCSAP_8021D 0x42 macro
Dnametoaddr.c239 { "stp", LLCSAP_8021D },
Dgencode.c1476 b1 = gen_linktype(LLCSAP_8021D); in gen_proto_abbrev()