Lines Matching +full:dsa +full:- +full:specific
15 * or promote products derived from this software without specific prior
26 #include "netdissect-stdinc.h"
34 * Format of (Ethertyped or not) DSA tagged frames:
38 * 0 +---+---+---+---+---+---+---+---+
40 * +6 +---+---+---+---+---+---+---+---+
42 * +6 +---+---+---+---+---+---+---+---+ +-
43 * | Prog. DSA Ether Type [15:8] | | (8-byte) EDSA Tag
44 * +1 +---+---+---+---+---+---+---+---+ | Contains a programmable Ether type,
45 * | Prog. DSA Ether Type [7:0] | | two reserved bytes (always 0),
46 * +1 +---+---+---+---+---+---+---+---+ | and a standard DSA tag.
48 * +2 +---+---+---+---+---+---+---+---+ | +-
49 * | Mode |b29| Src/Trg Dev | | | (4-byte) DSA Tag
50 * +1 +---+---+---+---+---+---+---+---+ | | Contains a DSA tag mode,
52 * +1 +---+---+---+---+---+---+---+---+ | | source or target port or trunk,
54 * +1 +---+---+---+---+---+---+---+---+ | |
56 * +1 +---+---+---+---+---+---+---+---+ +- +-
58 * +2 +---+---+---+---+---+---+---+---+
110 if (ndo->ndo_eflag) {
173 if (ndo->ndo_eflag)
174 ND_PRINT("Marvell DSA ");
176 ND_PRINT("DSA ");
187 if (ndo->ndo_eflag) {
200 u_int caplen = h->caplen;
201 u_int length = h->len;
203 ndo->ndo_protocol = "dsa";
204 ndo->ndo_ll_hdr_len +=
211 u_int caplen = h->caplen;
212 u_int length = h->len;
214 ndo->ndo_protocol = "edsa";
215 ndo->ndo_ll_hdr_len +=