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

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

Completed in 59 milliseconds