• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/

Lines Matching refs:ATTR_FLAG_BIT

439   attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_ORIGIN);
441 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_AS_PATH);
443 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP);
460 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_ORIGIN);
462 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_AS_PATH);
464 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP);
486 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_ORIGIN);
493 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_AS_PATH);
496 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP);
501 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_COMMUNITIES);
509 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_ATOMIC_AGGREGATE);
510 attr.flag |= ATTR_FLAG_BIT (BGP_ATTR_AGGREGATOR);
639 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_ORIGIN);
711 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_AS_PATH);
752 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP);
781 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_MULTI_EXIT_DISC);
806 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_LOCAL_PREF);
827 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_ATOMIC_AGGREGATE);
850 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_AGGREGATOR);
868 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_COMMUNITIES);
890 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_ORIGINATOR_ID);
915 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_CLUSTER_LIST);
1075 attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_EXT_COMMUNITIES);
1312 if (! CHECK_FLAG (attr->flag, ATTR_FLAG_BIT (BGP_ATTR_ORIGIN)))
1315 if (! CHECK_FLAG (attr->flag, ATTR_FLAG_BIT (BGP_ATTR_AS_PATH)))
1318 if (! CHECK_FLAG (attr->flag, ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP)))
1322 && ! CHECK_FLAG (attr->flag, ATTR_FLAG_BIT (BGP_ATTR_LOCAL_PREF)))
1417 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_NEXT_HOP) && afi == AFI_IP)
1434 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_MULTI_EXIT_DISC))
1453 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_ATOMIC_AGGREGATE))
1461 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_AGGREGATOR))
1472 && (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_COMMUNITIES)))
1499 if (attr->flag & ATTR_FLAG_BIT(BGP_ATTR_ORIGINATOR_ID))
1659 && (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_EXT_COMMUNITIES)))
1787 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_MULTI_EXIT_DISC))
1796 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_LOCAL_PREF))
1805 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_ATOMIC_AGGREGATE))
1813 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_AGGREGATOR))
1823 if (attr->flag & ATTR_FLAG_BIT (BGP_ATTR_COMMUNITIES))