Home
last modified time | relevance | path

Searched refs:FLOWSPEC_OP_NUM_LE (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/bgpd/
H A Dflowspec.c452 (op2 & FLOWSPEC_OP_NUM_MASK) == FLOWSPEC_OP_NUM_LE) { in flowspec_fmt_num_op()
491 case FLOWSPEC_OP_NUM_LE: in flowspec_fmt_num_op()
H A Dbgpd.h1160 #define FLOWSPEC_OP_NUM_LE (FLOWSPEC_OP_NUM_LT | FLOWSPEC_OP_NUM_EQ) macro
H A Dparse.y5753 flag |= FLOWSPEC_OP_NUM_LE; in component_numop()
/openbsd/usr.sbin/bgpctl/
H A Dparser.c1485 return FLOWSPEC_OP_NUM_LE; in unary_op()
1620 push_numop(r, type, FLOWSPEC_OP_NUM_LE, in parse_flow_numop()