Home | History | Annotate | Download | only in tcpdump

Lines Matching full:tosp

251 	register const struct tos_metric *tosp;
316 tosp = (struct tos_metric *)
318 for (k = 0; k < (int) rlp->link_toscount; ++k, ++tosp) {
319 TCHECK(*tosp);
321 tosp->tos_type,
322 EXTRACT_16BITS(&tosp->tos_metric));
325 ((rlp->link_toscount) * sizeof(*tosp)));