Home | History | Annotate | Download | only in pfctl

Lines Matching defs:no

22  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
413 %token MINTTL ERROR ALLOWOPTS FASTROUTE FILENAME ROUTETO DUPTO REPLYTO NO LABEL
431 %type <v.i> no dir af fragcache optimizer
580 $3 == 1 ? "yes" : "no");
896 scrubaction : no SCRUB {
970 yyerror("no-df cannot be respecified");
1261 yyerror("\"no-route\" is not permitted "
1301 yyerror("no scheduler specified!");
1308 yyerror("no child queues specified");
1980 yyerror("no routing address with "
3102 keep : NO STATE {
3274 no : /* empty */ { $$ = 0; }
3275 | NO { $$ = 1; }
3471 nataction : no NAT natpasslog {
3473 yyerror("\"pass\" not valid with \"no\"");
3484 | no RDR natpasslog {
3486 yyerror("\"pass\" not valid with \"no\"");
3544 yyerror("translation rule with 'no' "
3665 binatrule : no BINAT natpasslog interface af proto FROM host TO ipspec tag
3680 yyerror("\"pass\" not valid with \"no\"");
3785 yyerror("'no binat' rule does not need"
3959 yesno : NO { $$ = 0; }
3965 "or 'no'", $1);
4276 snprintf(tmp, sizeof(tmp), "no-route");
4516 yyerror("queue %s has no parent", a->qname);
4636 yyerror("queue %s has no parent", a->qname);
4825 yyerror("rule expands to no valid combination");
4945 { "no", NO},
4946 { "no-df", NODF},
4947 { "no-route", NOROUTE},
4948 { "no-sync", NOSYNC},
5422 yyerror("no translation address with matching address family "