Searched refs:listcount (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dlinklist.h46 #define listcount(X) ((X)->count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_packet.c429 if (listcount (update) > 0)
449 if (listcount (oi->ls_ack) > 0)
1296 if (listcount (ls_upd) > 0)
1760 while (listcount (mylsa_acks) > 0)
1763 if (listcount (mylsa_upds) > 0)
1769 assert (listcount (lsas) == 0);
1840 if (listcount (opaque_acks) > 0)
3034 zlog_info ("listcount = %d, dst %s", listcount (update), inet_ntoa(addr));
3175 while (listcount (o
[all...]
H A Dospf_ism.c100 if (listcount (dr_list) > 0)
146 if (listcount (bdr_list) > 0)
H A Dospf_route.c900 if (listcount (or->path) == 0)
937 if (listcount (or->path) == 0)
952 if (listcount (paths) == 0)
H A Dospf_spf.c108 if (listcount (v->nexthop) > 0)
927 if (listcount (candidate) == 0)
H A Dospf_ase.c81 if (listcount (chosen) == 0)
H A Dospf_opaque.c395 if (listcount (funclist) == 0)
1945 if (listcount (oipt->id_list) == 0)
H A Dospf_abr.c371 if (listcount (area->oiflist))
H A Dospf_interface.c503 listcount (oip->auth_crypt) == 0)
H A Dospfd.c513 listcount (area->oiflist) == 0 &&
H A Dospf_te.c606 if (listcount (iflist) == 0)
H A Dospf_lsa.c3246 if (!listcount (refresh_list))
H A Dospf_vty.c2416 "Active: %d%s", listcount (area->oiflist),
2523 listcount (ospf_top->areas), VTY_NEWLINE, VTY_NEWLINE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c812 listcount (vertex->nexthop_list), vertex->string);
886 while (listcount (candidate_list))
976 assert (listcount (candidate_list) == 0);
1271 listcount (spf_tree->list), VTY_NEWLINE);
1322 if (listcount (v->path_list) == 0)
1333 restnum = listcount (v->path_list);
H A Dospf6_area.c287 if (listcount (o6i->neighbor_list) != 0)
H A Dospf6_intra.c523 if (listcount (adv_list) == 0)
552 iap->prefix_number = htons (listcount (adv_list));
714 if (listcount (adv_list) == 0)
743 iap->prefix_number = htons (listcount (adv_list));
H A Dospf6_top.c170 listcount (ospf6->area_list), VTY_NEWLINE);
H A Dospf6_lsa.c1211 if (listcount (o6i->neighbor_list) == 0)
1214 if (listcount (o6i->neighbor_list) != 1)
1746 link_lsa->llsa_prefix_num = htonl (listcount (prefix_connected));
H A Dospf6_interface.c500 listcount (o6i->neighbor_list), VTY_NEWLINE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.c98 if (listcount (bm->bgp) > 1)

Completed in 217 milliseconds