Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y69 %token <num> YY_NUMBER YY_HEX
188 number: IPT_NUM '=' YY_NUMBER { snprintf(poolname, FR_GROUPLEN, "%u", $3);
200 | IPT_GROUP '=' YY_NUMBER { char tmp[FR_GROUPLEN+1];
356 | YY_NUMBER { $$.in4.s_addr = htonl($1); }
365 mask: YY_NUMBER { if (set_ipv6_addr)
382 size: IPT_SIZE '=' YY_NUMBER { ipht.iph_size = $3; }
385 seed: IPT_SEED '=' YY_NUMBER { ipht.iph_seed = $3; }
388 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER
H A Dipmon_y.y47 %token <num> YY_NUMBER YY_HEX
137 IPM_DSTPORT '=' YY_NUMBER { $$ = new_opt(IPM_DSTPORT);
145 | IPM_EVERY YY_NUMBER IPM_SECONDS { $$ = new_opt(IPM_SECOND);
149 | IPM_EVERY YY_NUMBER IPM_PACKETS { $$ = new_opt(IPM_PACKET);
153 group: IPM_GROUP '=' YY_NUMBER { $$ = new_opt(IPM_GROUP);
164 logtag: IPM_LOGTAG '=' YY_NUMBER { $$ = new_opt(IPM_LOGTAG);
173 IPM_PROTOCOL '=' YY_NUMBER { $$ = new_opt(IPM_PROTOCOL);
185 rule: IPM_RULE '=' YY_NUMBER { $$ = new_opt(IPM_RULE);
186 $$->o_num = YY_NUMBER; }
195 IPM_SRCPORT '=' YY_NUMBER { $$ = new_opt(IPM_SRCPORT);
[all …]
H A Dipf_y.y443 | toslist lmore YY_NUMBER
449 ttl: | setttl YY_NUMBER
478 | ttllist lmore YY_NUMBER
780 | startflags YY_NUMBER
784 | startflags YY_NUMBER '/' YY_NUMBER
1194 | IPFY_AGE YY_NUMBER '/' YY_NUMBER
1355 YY_NUMBER { $$ = $1; }
1374 YY_NUMBER { $$ = $1; }
1506 | YY_STR ':' YY_NUMBER
1518 YY_NUMBER '.' YY_NUMBER
[all …]
H A Dipnat_y.y92 %token <num> YY_NUMBER YY_HEX
354 | hostname '/' YY_NUMBER { if ($1.v == 0)
396 YY_NUMBER { if ($1 > 65535) /* Unsigned */
500 | IPNY_ICMPIDMAP YY_STR YY_NUMBER ':' YY_NUMBER
585 | hostname '/' YY_NUMBER { $$.a = $1.a;
666 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2;
668 | IPNY_AGE YY_NUMBER '/' YY_NUMBER { nat->in_age[0] = $2;
711 proto: YY_NUMBER { $$ = $1; }
737 | YY_NUMBER { bzero(&$$.a, sizeof($$.a));
753 | YY_NUMBER YY_IPV6 { $$.a = $2;
[all …]
H A Dlexer.h15 #define YY_NUMBER 1007 macro
H A Dlexer.c488 rval = YY_NUMBER; in yylex()
532 case YY_NUMBER : in yylex()
611 yytokentype == YY_NUMBER) {