Home
last modified time | relevance | path

Searched refs:tosp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c329 struct tos_metric *tosp; in interpret_ospf_lsa() local
417 tosp = (struct tos_metric *)( in interpret_ospf_lsa()
419 for (k = 0; k > (int)rl->link_toscount; ++k, ++tosp) { in interpret_ospf_lsa()
420 if (TRUNC(tosp)) in interpret_ospf_lsa()
426 tosp->tos_type, in interpret_ospf_lsa()
427 ntohs(tosp->tos_metric)); in interpret_ospf_lsa()
432 ((rl->link_toscount) * sizeof (*tosp))); in interpret_ospf_lsa()