Lines Matching defs:trillhdr
39 trill_header_t *trillhdr;
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->th_hopcount,
108 trillhdr->th_multidest,