Home
last modified time | relevance | path

Searched refs:EAF_TYPE_MASK (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()
881 switch (e->type & EAF_TYPE_MASK) in ea_show()
947 debug("=%c", "?iO?I?P???S?????" [a->type & EAF_TYPE_MASK]); in ea_dump()
H A Droute.h450 #define EAF_TYPE_MASK 0x1f /* Mask with this to get type */ 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()
938 switch (e->type & EAF_TYPE_MASK) in ea_show()
1002 debug("=%c", "?iO?I?P???S?????" [a->type & EAF_TYPE_MASK]); in ea_dump()
H A Droute.h527 #define EAF_TYPE_MASK 0x1f /* Mask with this to get type */ macro
/dports/net/bird/bird-1.6.8/filter/
H A Dfilter.c1037 if ((what->aux & EAF_TYPE_MASK) == EAF_TYPE_INT_SET) { in interpret()
1044 if ((what->aux & EAF_TYPE_MASK) == EAF_TYPE_EC_SET) { in interpret()
1051 if ((what->aux & EAF_TYPE_MASK) == EAF_TYPE_LC_SET) { in interpret()
1062 switch (what->aux & EAF_TYPE_MASK) { in interpret()
1122 switch (what->aux & EAF_TYPE_MASK) { in interpret()
1530 if (!e || ((e->type & EAF_TYPE_MASK) != EAF_TYPE_AS_PATH)) in interpret()
H A Dconfig.Y162 switch (dyn.type & EAF_TYPE_MASK) { in f_generate_empty()
/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.c665 switch (e->type & EAF_TYPE_MASK) {
1212 if (!e || ((e->type & EAF_TYPE_MASK) != EAF_TYPE_AS_PATH))
H A Dconfig.Y168 switch (dyn.type & EAF_TYPE_MASK) { in f_generate_empty()
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dattrs.c465 ASSERT((a->type & EAF_TYPE_MASK) == EAF_TYPE_OPAQUE); in bgp_get_attr_len()
580 type = a->type & EAF_TYPE_MASK; in bgp_encode_attrs()
844 switch (d->type & EAF_TYPE_MASK) in bgp_get_bucket()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dattrs.c1154 if ((a->type & EAF_TYPE_MASK) == EAF_TYPE_UNDEF) in bgp_export_attr()