Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c542 int nlsa, nlsah = 0; in interpret_ospf() local
705 nlsa = ntohl(ospf->ospf_lsu.lsu_count); in interpret_ospf()
707 sprintf(sum_line, "%d LSAs", nlsa); in interpret_ospf()
711 while (nlsa-- != 0) { in interpret_ospf()
H A Dsnoop_ospf6.c593 int nlsa, nlsah; in interpret_ospf6() local
751 nlsa = ntohl(ospf->ospf6_lsu.lsu_count); in interpret_ospf6()
753 sprintf(sum_line, "%d LSAs", nlsa); in interpret_ospf6()
757 while (nlsa-- != 0) { in interpret_ospf6()