Home
last modified time | relevance | path

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

/titanic_50/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.y95 %token <str> YY_STR
131 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
291 | IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
403 | YY_STR { if (getport(NULL, $1, &($$)) == -1)
477 ifname: YY_STR { strncpy(nat->in_ifnames[0], $1,
485 YY_STR { strncpy(nat->in_ifnames[1], $1,
502 | IPNY_ICMPIDMAP YY_STR YY_NUMBER ':' YY_NUMBER
658 nattag: | IPNY_TAG YY_STR { strncpy(nat->in_tag.ipt_tag, $2,
698 IPNY_PROXY YY_STR
[all …]
H A Dippool_y.y72 %token <str> YY_STR
121 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
193 | IPT_NAME '=' YY_STR { $$ = $3; }
198 IPT_GROUP '=' YY_STR { char tmp[FR_GROUPLEN+1];
362 | 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); }
274 | IPFY_BPFV6 '{' YY_STR '}' { dobpf(6, $3); free($3); }
334 func: YY_STR '/' YY_NUMBER { fr->fr_func = nametokva($1,
493 group: | IPFY_GROUP YY_STR { DOALL(strncpy(fr->fr_group, $2, \
502 head: | IPFY_HEAD YY_STR { DOALL(strncpy(fr->fr_grhead, $2, \
523 nattag: IPFY_NAT '=' YY_STR { DOALL(strncpy(fr->fr_nattag.ipt_tag,\
712 | YY_STR { if (!strcmp($1, "tcp-udp")) {
[all …]
H A Dlexer.h17 #define YY_STR 1009 macro