Home
last modified time | relevance | path

Searched refs:EAF_TYPE_UNDEF (Results 1 – 10 of 10) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Drt-attr.c420 if (a && (a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF && in ea_find()
488 if ((a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF) in ea_walk()
580 if ((s0->type & EAF_TYPE_MASK) != EAF_TYPE_UNDEF) in ea_do_prune()
910 case EAF_TYPE_UNDEF: in ea_show()
H A Droute.h460 #define EAF_TYPE_UNDEF 0x1f /* `force undefined' entry */ macro
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-attr.c452 if (a && (a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF && in ea_find()
520 if ((a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF) in ea_walk()
620 if ((s0->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF) in ea_do_prune()
967 case EAF_TYPE_UNDEF: in ea_show()
H A Droute.h537 #define EAF_TYPE_UNDEF 0x1f /* `force undefined' entry */ macro
H A Drt-table.c418 e->attrs[e->count++] = (struct eattr) { .id = id, .type = EAF_TYPE_UNDEF }; in rte_store_tmp_attr()
/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.c693 case EAF_TYPE_UNDEF:
779 l->attrs[0].type = EAF_TYPE_UNDEF | EAF_ORIGINATED | EAF_FRESH;
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.h563 { eattr *e = bgp_set_attr(to, pool, code, 0, 0); e->type = EAF_TYPE_UNDEF; } in bgp_unset_attr()
H A Dattrs.c109 ({ a->type = EAF_TYPE_UNDEF; return; })
1154 if ((a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF) in bgp_export_attr()
/dports/net/bird/bird-1.6.8/filter/
H A Dfilter.c1100 case EAF_TYPE_UNDEF: in interpret()
1196 case EAF_TYPE_UNDEF: in interpret()
H A Dconfig.Y961 $$->aux = EAF_TYPE_UNDEF | EAF_TEMP;