Home | History | Annotate | Download | only in npfctl

Lines Matching refs:NUM

179 %token	<num>		ICMP
180 %token <num> ICMP6
182 %token <num> HEX
188 %token <num> NUM
197 %type <num> port opt_final number afamily opt_family
198 %type <num> block_or_pass rule_dir group_dir block_opts
199 %type <num> maybe_not opt_stateful icmp_type table_type
200 %type <num> map_sd map_algo map_flags map_type layer
201 %type <num> param_val op_unary op_binary
220 unsigned long num;
917 $$ = npfctl_parse_icmp($<num>0, $2, -1);
921 $$ = npfctl_parse_icmp($<num>0, $2, $4);
925 $$ = npfctl_parse_icmp($<num>0, $2,
926 npfctl_icmpcode($<num>0, $2, $4));
931 $$ = npfctl_parse_icmp($<num>0, $2,
932 npfctl_icmpcode($<num>0, $2, s));
960 | IDENTIFIER { $$ = npfctl_icmptype($<num>-1, $1); }
964 $$ = npfctl_icmptype($<num>-1, s);
1072 : NUM
1116 : NUM
1151 | NUM { $$ = $1; }