Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c331 uint32_t *tosmetric; in interpret_ospf_lsa() local
474 tosmetric = lsa->lsa_un.un_sla.sla_tosmetric; in interpret_ospf_lsa()
475 while ((uchar_t *)tosmetric < ls_end) { in interpret_ospf_lsa()
476 if ((uchar_t *)tosmetric + sizeof (tm) > fragend) in interpret_ospf_lsa()
478 tm = ntohl(*tosmetric); in interpret_ospf_lsa()
485 ++tosmetric; in interpret_ospf_lsa()