Home
last modified time | relevance | path

Searched refs:PREFIXSET_FLAG_OPS (Results 1 – 3 of 3) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dparse.y461 curpset->sflags |= PREFIXSET_FLAG_OPS;
475 curpset->sflags |= PREFIXSET_FLAG_OPS;
959 if (ps->sflags & PREFIXSET_FLAG_OPS) {
2328 if ($3.op == OP_RANGE && ps->sflags & PREFIXSET_FLAG_OPS) {
H A Dbgpd.h836 #define PREFIXSET_FLAG_OPS 0x04 /* indiv. prefixes have prefixlenops */ macro
H A Dparse.c2349 curpset->sflags |= PREFIXSET_FLAG_OPS; in yyparse()
2368 curpset->sflags |= PREFIXSET_FLAG_OPS; in yyparse()
3040 if (ps->sflags & PREFIXSET_FLAG_OPS) { in yyparse()
4958 if ((yyvsp[0].v.prefixlen).op == OP_RANGE && ps->sflags & PREFIXSET_FLAG_OPS) { in yyparse()