Searched refs:OSPF_IFTYPE_NBMA (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_interface.h118 #define OSPF_IFTYPE_NBMA 3 macro
H A Dospf_packet.c716 if (oi->type == OSPF_IFTYPE_NBMA && nbr->state == NSM_Attempt)
734 if (oi->type == OSPF_IFTYPE_NBMA)
778 if (oi->type == OSPF_IFTYPE_NBMA)
788 if (oi->type == OSPF_IFTYPE_NBMA &&
1277 if (oi->type == OSPF_IFTYPE_NBMA)
1298 if (oi->type == OSPF_IFTYPE_NBMA)
2774 if (oi->type != OSPF_IFTYPE_NBMA)
2856 if (oi->type == OSPF_IFTYPE_NBMA)
3117 if (oi->type == OSPF_IFTYPE_NBMA)
3208 if (oi->type == OSPF_IFTYPE_NBMA)
[all...]
H A Dospf_nsm.c164 if (nbr->oi->type == OSPF_IFTYPE_NBMA && nbr->nbr_nbma)
444 if (nbr->oi->type == OSPF_IFTYPE_NBMA && nbr->nbr_nbma != NULL)
H A Dospfd.c1325 if (oi->type != OSPF_IFTYPE_NBMA)
1373 if (oi->type != OSPF_IFTYPE_NBMA)
1465 if (oi->type == OSPF_IFTYPE_NBMA)
H A Dospf_ism.c408 if (oi->type == OSPF_IFTYPE_NBMA)
H A Dospf_flood.c566 if (oi->type == OSPF_IFTYPE_NBMA)
H A Dospf_te.c389 case OSPF_IFTYPE_NBMA:
425 case OSPF_IFTYPE_NBMA:
H A Dospf_interface.c116 if (oi->type != OSPF_IFTYPE_NBMA)
H A Dospf_lsa.c625 case OSPF_IFTYPE_NBMA:
2855 if (nbr->oi->type == OSPF_IFTYPE_NBMA)
H A Dospf_dump.c125 { OSPF_IFTYPE_NBMA, "NBMA" },
H A Dospf_vty.c3004 if (oi->type == OSPF_IFTYPE_NBMA && nbr->state != NSM_Down)
3007 if (oi->type == OSPF_IFTYPE_NBMA)
4785 IF_DEF_PARAMS (ifp)->type = OSPF_IFTYPE_NBMA;

Completed in 135 milliseconds