Home | History | Annotate | Download | only in pfctl

Lines Matching refs:ROUTE

370 		}			 route;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
450 %type <v.route> route
1261 yyerror("\"no-route\" is not permitted "
1661 pfrule : action dir logquick interface route af proto fromto
2561 | ROUTE STRING {
2571 yyerror("route label too long, max %u chars",
3884 route : /* empty */ {
4276 snprintf(tmp, sizeof(tmp), "no-route");
4947 { "no-route", NOROUTE},
4976 { "route", ROUTE},
4977 { "route-to", ROUTETO},