HomeSort by: relevance | last modified time | path
    Searched refs:ROUTE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/netstat/
Makefile 8 ROUTE=${NETBSDSRCDIR}/sbin/route
11 .PATH: ${ROUTE}
15 main.c mbuf.c mroute.c mroute6.c pfkey.c pfsync.c route.c \
23 CPPFLAGS+= -I${ROUTE}
  /src/dist/pf/sbin/pfctl/
parse.y 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 */ { label
4276 snprintf(tmp, sizeof(tmp), "no-route");
    [all...]

Completed in 64 milliseconds