Searched defs:trillhdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c39 trill_header_t *trillhdr; local
53 trillhdr = (trill_header_t *)data;
54 optslen = GET_TRILL_OPTS_LEN(trillhdr) * sizeof (uint32_t);
62 ntohs(trillhdr->th_egressnick));
65 ntohs(trillhdr->th_ingressnick));
67 "Hop count = %d", trillhdr->th_hopcount);
69 "Multi-destination = %d", trillhdr->th_multidest);
105 ntohs(trillhdr->th_egressnick),
106 ntohs(trillhdr->th_ingressnick),
107 trillhdr
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c200 trill_header_t *trillhdr; local
238 trillhdr = (struct trill_header *)(fwd_mp->b_rptr + ethhdrlen);
243 trillhdr->th_egressnick = (multidest ? dtnick:adj_nick);
245 trillhdr->th_ingressnick = tip->ti_nick;
247 if (!VALID_NICK(trillhdr->th_ingressnick))
252 ASSERT(trillhdr->th_hopcount != 0);
253 trillhdr->th_hopcount--;
257 DTRACE_PROBE1(trill__dest__fwd__tx, trill_header_t *, &trillhdr);
378 trill_header_t *trillhdr; local
403 trillhdr
[all...]

Completed in 63 milliseconds