Searched refs:full_nbrs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_nsm.c700 oi->full_nbrs++;
701 oi->area->full_nbrs++;
711 oi->full_nbrs--;
712 oi->area->full_nbrs--;
743 if (oi->network_lsa_self && oi->full_nbrs == 0)
H A Dospf_interface.h193 u_int full_nbrs; member in struct:ospf_interface
H A Dospfd.h395 u_int32_t full_nbrs; /* Fully adjacent neighbors. */ member in struct:ospf_area
H A Dospf_abr.c348 return ospf_top->backbone->full_nbrs;
H A Dospf_lsa.c928 if (oi->full_nbrs == 0)
2934 && oi->full_nbrs > 0)
H A Dospf_vty.c2438 " %d%s", area->full_nbrs, VTY_NEWLINE);

Completed in 55 milliseconds