Home
last modified time | relevance | path

Searched refs:YY_STR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y48 %token <str> YY_STR
79 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
139 | IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT);
155 | IPM_GROUP '=' YY_STR { $$ = new_opt(IPM_GROUP);
160 IPM_INTERFACE '=' YY_STR { $$ = new_opt(IPM_INTERFACE);
168 nattag: IPM_NATTAG '=' YY_STR { $$ = new_opt(IPM_NATTAG);
175 | IPM_PROTOCOL '=' YY_STR { $$ = new_opt(IPM_PROTOCOL);
181 result: IPM_RESULT '=' YY_STR { $$ = new_opt(IPM_RESULT);
197 | IPM_SRCPORT '=' YY_STR { $$ = new_opt(IPM_SRCPORT);
212 IPM_EXECUTE YY_STR { $$ = new_opt(IPM_EXECUTE);
[all …]
H A Dipnat_y.y93 %token <str> YY_STR
129 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
279 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
289 | IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
401 | YY_STR { if (getport(NULL, $1, &($$)) == -1)
475 ifname: YY_STR { strncpy(nat->in_ifnames[0], $1,
483 YY_STR { strncpy(nat->in_ifnames[1], $1,
500 | IPNY_ICMPIDMAP YY_STR YY_NUMBER ':' YY_NUMBER
696 IPNY_PROXY YY_STR
714 | YY_STR { $$ = getproto($1); free($1); }
[all …]
H A Dippool_y.y70 %token <str> YY_STR
119 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
191 | IPT_NAME '=' YY_STR { $$ = $3; }
196 IPT_GROUP '=' YY_STR { char tmp[FR_GROUPLEN+1];
360 | YY_STR { if (gethost($1, &$$, 0) == -1)
H A Dlexer.c315 rval = YY_STR; in yylex()
518 rval = YY_STR; in yylex()
521 if (rval == YY_STR && yysavedepth > 0) in yylex()
540 case YY_STR : in yylex()
610 } else if (yytokentype == YY_STR || yytokentype == YY_HEX ||
H A Dipf_y.y115 %token <str> YY_STR
202 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
215 IPFY_SET IPFY_SET_LOOPBACK YY_STR ';'
273 IPFY_BPFV4 '{' YY_STR '}' { dobpf(4, $3); free($3); }
712 | YY_STR { if (!strcmp($1, "tcp-udp")) {
724 | YY_STR nextstring YY_STR
801 YY_STR { $$ = tcpflags($1); free($1); }
1502 YY_STR { $$ = $1; }
1505 interfacename: YY_STR { $$ = $1; }
1506 | YY_STR ':' YY_NUMBER
[all …]
H A Dlexer.h17 #define YY_STR 1009 macro