Lines Matching defs:not

461 %type	<v.number>		tos not yesno
934 yyerror("source port parameter not supported"
941 "expansion not supported in "
946 " not supported in rdr-anchor");
974 " not supported in binat-anchor");
983 yyerror("fromto parameter not supported"
1051 yyerror("scrub rules do not support 'quick'");
1062 yyerror("reassemble tcp rules can not "
1161 "not '%s'", $2);
1186 | not TAGGED string {
1226 j->not = 1;
1336 not : '!' { $$ = 1; }
1412 yyerror("address ranges are not "
1416 yyerror("dynamic addresses are not "
1423 yyerror("\"no-route\" is not permitted "
1427 yyerror("\"urpf-failed\" is not "
2341 | not TAGGED string {
2376 yyerror("could not parse divert address: %s",
2590 if_item_not : not if_item { $$ = $2; $$->not = $1; }
2611 $$->not = 0;
2723 "not permitted in a destination address"))
2770 xhost : not host {
2774 n->not = $1;
2777 | not NOROUTE {
2783 $$->not = $1;
2786 | not URPFFAILED {
2792 $$->not = $1;
2801 yyerror("could not parse host specification");
2813 yyerror("could not parse host specification");
2823 b->next != NULL || b->not ||
2824 e->next != NULL || e->not) {
2849 yyerror("could not parse host specification");
2867 yyerror("could not parse host specification");
2909 yyerror("%s is not a number", $1);
3797 yyerror("\"pass\" not valid with \"no\"");
3810 yyerror("\"pass\" not valid with \"no\"");
3869 "does not need '->'");
3990 if (disallow_urpf_failed($9, "\"urpf-failed\" is not "
3997 yyerror("\"pass\" not valid with \"no\"");
4024 binat.ifnot = $4->not;
4096 binat.dst.neg = $9->not;
4102 yyerror("'no binat' rule does not need"
4154 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4640 if (h->not) {
4745 if (interface->not) {
4746 yyerror("altq on ! <interface> is not supported");
4856 (!interface->not && !strncmp(interface->ifname,
4858 (interface->not && strncmp(interface->ifname,
5062 r->ifnot = interface->not;
5065 r->src.neg = src_host->not;
5070 r->dst.neg = dst_host->not;
5160 if (!interfaces || (!interfaces->next && !interfaces->not &&
5173 if (interface->not) {
5174 yyerror("skip on ! <interface> is not supported");
5481 yyerror("macro '%s' not defined", buf);
5622 warnx("%s: owner not root or current user", fname);
5708 /* Free macros and check which have not been used. */
5711 fprintf(stderr, "warning: macro '%s' not "
5873 yyerror("address family not given and "
6030 * As the OpenBSD code only compares > and not >= we need to adjust