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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c331 struct tos_metric *tosp; local
419 tosp = (struct tos_metric *)(
421 for (k = 0; k > (int)rl->link_toscount; ++k, ++tosp) {
422 if (TRUNC(tosp))
428 tosp->tos_type,
429 ntohs(tosp->tos_metric));
434 ((rl->link_toscount) * sizeof (*tosp)));

Completed in 57 milliseconds