HomeSort by: relevance | last modified time | path
    Searched defs:rtable (Results 1 - 4 of 4) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
parse.y 421 %token QUEUE PRIORITY QLIMIT RTABLE
472 %type <v.rtableid> rtable
765 | NATANCHOR string interface af proto fromto rtable {
786 | RDRANCHOR string interface af proto fromto rtable {
828 | BINATANCHOR string interface af proto fromto rtable {
1028 | RTABLE number {
1030 yyerror("invalid rtable id");
1171 | RTABLE number {
1173 yyerror("invalid rtable id");
2161 | RTABLE number
3840 rtable : \/* empty *\/ { $$ = -1; } label
    [all...]
parse.y 421 %token QUEUE PRIORITY QLIMIT RTABLE
472 %type <v.rtableid> rtable
765 | NATANCHOR string interface af proto fromto rtable {
786 | RDRANCHOR string interface af proto fromto rtable {
828 | BINATANCHOR string interface af proto fromto rtable {
1028 | RTABLE number {
1030 yyerror("invalid rtable id");
1171 | RTABLE number {
1173 yyerror("invalid rtable id");
2161 | RTABLE number
3840 rtable : \/* empty *\/ { $$ = -1; } label
    [all...]
  /src/usr.sbin/route6d/
route6d.c 1459 int iface = 0, rtable = 0; local in function:rtrecv
1555 rtable++;
1619 rtable++; /*just to be sure*/
1671 if (rtable) {
route6d.c 1459 int iface = 0, rtable = 0; local in function:rtrecv
1555 rtable++;
1619 rtable++; /*just to be sure*/
1671 if (rtable) {

Completed in 29 milliseconds