Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c333 uint32_t *tosmetric; in interpret_ospf_lsa() local
476 tosmetric = lsa->lsa_un.un_sla.sla_tosmetric; in interpret_ospf_lsa()
477 while ((uchar_t *)tosmetric < ls_end) { in interpret_ospf_lsa()
478 if ((uchar_t *)tosmetric + sizeof (tm) > fragend) in interpret_ospf_lsa()
480 tm = ntohl(*tosmetric); in interpret_ospf_lsa()
487 ++tosmetric; in interpret_ospf_lsa()