Home
last modified time | relevance | path

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.c540 int nlsa, nlsah = 0; in interpret_ospf() local
703 nlsa = ntohl(ospf->ospf_lsu.lsu_count); in interpret_ospf()
705 sprintf(sum_line, "%d LSAs", nlsa); in interpret_ospf()
709 while (nlsa-- != 0) { in interpret_ospf()
H A Dsnoop_ospf6.c591 int nlsa, nlsah; in interpret_ospf6() local
749 nlsa = ntohl(ospf->ospf6_lsu.lsu_count); in interpret_ospf6()
751 sprintf(sum_line, "%d LSAs", nlsa); in interpret_ospf6()
755 while (nlsa-- != 0) { in interpret_ospf6()