Home | History | Annotate | Download | only in libipsec

Lines Matching refs:PRIORITY

36  *	in <priority> <policy>
37 * out <priority> <policy>
39 * <priority> is one of the following:
40 * priority <signed int> where the integer is an offset from the default
41 * priority, where negative numbers indicate lower
42 * priority (towards end of list) and positive numbers
43 * indicate higher priority (towards beginning of list)
45 * priority {low,def,high} {+,-} <unsigned int> where low and high are
139 %token PRIORITY PLUS
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
198 /* negative input value means lower priority, therefore higher
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
231 /* adding value means higher priority, therefore lower
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
253 /* subtracting value means lower priority, therefore higher
497 /* fail if given a priority and libipsec was not compiled with
498 priority support */