Lines Matching defs:not

466 %type	<v.number>		tos not yesno
941 yyerror("source port parameter not supported"
948 "expansion not supported in "
953 " not supported in rdr-anchor");
981 " not supported in binat-anchor");
990 yyerror("fromto parameter not supported"
1058 yyerror("scrub rules do not support 'quick'");
1069 yyerror("reassemble tcp rules can not "
1168 "not '%s'", $2);
1193 | not TAGGED string {
1233 j->not = 1;
1343 not : '!' { $$ = 1; }
1419 yyerror("address ranges are not "
1423 yyerror("dynamic addresses are not "
1430 yyerror("\"no-route\" is not permitted "
1434 yyerror("\"urpf-failed\" is not "
2477 | not TAGGED string {
2512 yyerror("could not parse divert address: %s",
2726 if_item_not : not if_item { $$ = $2; $$->not = $1; }
2747 $$->not = 0;
2859 "not permitted in a destination address"))
2906 xhost : not host {
2910 n->not = $1;
2913 | not NOROUTE {
2919 $$->not = $1;
2922 | not URPFFAILED {
2928 $$->not = $1;
2937 yyerror("could not parse host specification");
2949 yyerror("could not parse host specification");
2959 b->next != NULL || b->not ||
2960 e->next != NULL || e->not) {
2985 yyerror("could not parse host specification");
3003 yyerror("could not parse host specification");
3045 yyerror("%s is not a number", $1);
3933 yyerror("\"pass\" not valid with \"no\"");
3946 yyerror("\"pass\" not valid with \"no\"");
4005 "does not need '->'");
4126 if (disallow_urpf_failed($9, "\"urpf-failed\" is not "
4133 yyerror("\"pass\" not valid with \"no\"");
4160 binat.ifnot = $4->not;
4232 binat.dst.neg = $9->not;
4238 yyerror("'no binat' rule does not need"
4290 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4789 if (h->not) {
4895 if (interface->not) {
4896 yyerror("altq on ! <interface> is not supported");
5007 (!interface->not && !strncmp(interface->ifname,
5009 (interface->not && strncmp(interface->ifname,
5213 r->ifnot = interface->not;
5216 r->src.neg = src_host->not;
5221 r->dst.neg = dst_host->not;
5311 if (!interfaces || (!interfaces->next && !interfaces->not &&
5324 if (interface->not) {
5325 yyerror("skip on ! <interface> is not supported");
5638 yyerror("macro '%s' not defined", buf);
5779 warnx("%s: owner not root or current user", fname);
5865 /* Free macros and check which have not been used. */
5868 fprintf(stderr, "warning: macro '%s' not "
6030 yyerror("address family not given and "
6187 * As the OpenBSD code only compares > and not >= we need to adjust