Lines Matching defs:not

430 %type	<v.number>		tos not yesno
803 yyerror("source port parameter not supported"
810 "expansion not supported in "
815 " not supported in rdr-anchor");
843 " not supported in binat-anchor");
852 yyerror("fromto parameter not supported"
920 yyerror("scrub rules do not support 'quick'");
931 yyerror("reassemble tcp rules can not "
1010 "not '%s'", $2);
1071 j->not = 1;
1180 not : '!' { $$ = 1; }
1254 yyerror("dynamic addresses are not "
1261 yyerror("\"no-route\" is not permitted "
1265 yyerror("\"urpf-failed\" is not "
2135 | not TAGGED string {
2313 if_item_not : not if_item { $$ = $2; $$->not = $1; }
2334 $$->not = 0;
2445 "not permitted in a destination address"))
2484 xhost : not host {
2488 n->not = $1;
2491 | not NOROUTE {
2497 $$->not = $1;
2500 | not URPFFAILED {
2506 $$->not = $1;
2515 yyerror("could not parse host specification");
2530 yyerror("could not parse host specification");
2587 yyerror("%s is not a number", $1);
3473 yyerror("\"pass\" not valid with \"no\"");
3486 yyerror("\"pass\" not valid with \"no\"");
3545 "does not need '->'");
3673 if (disallow_urpf_failed($10, "\"urpf-failed\" is not "
3680 yyerror("\"pass\" not valid with \"no\"");
3707 binat.ifnot = $4->not;
3779 binat.dst.neg = $10->not;
3785 yyerror("'no binat' rule does not need"
3837 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4309 if (h->not) {
4414 if (interface->not) {
4415 yyerror("altq on ! <interface> is not supported");
4525 (!interface->not && !strncmp(interface->ifname,
4527 (interface->not && strncmp(interface->ifname,
4735 r->ifnot = interface->not;
4738 r->src.neg = src_host->not;
4743 r->dst.neg = dst_host->not;
4833 if (!interfaces || (!interfaces->next && !interfaces->not &&
4846 if (interface->not) {
4847 yyerror("skip on ! <interface> is not supported");
5139 yyerror("macro '%s' not defined", buf);
5244 /* Free macros and check which have not been used. */
5248 fprintf(stderr, "warning: macro '%s' not "
5414 yyerror("address family not given and "