Lines Matching refs:CODE
13 * 1. Redistributions of source code must retain the above copyright
118 u_int8_t code;
412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
2942 $$->code = 0;
2947 | icmptype CODE STRING {
2954 yyerror("illegal icmp-code %lu", ulval);
2960 yyerror("unknown icmp-code %s", $3);
2964 ulval = p->code;
2971 $$->code = ulval + 1;
2983 $$->code = 0;
2988 | icmp6type CODE STRING {
2994 yyerror("illegal icmp6-code %lu",
3002 yyerror("unknown icmp6-code %s", $3);
3006 ulval = p->code;
3013 $$->code = ulval + 1;
4070 (r->type || r->code)) {
4071 yyerror("icmp-type/code only applies to icmp");
4074 if (!r->af && (r->type || r->code)) {
4075 yyerror("must indicate address family with icmp-type/code");
4096 r->dst.port_op || r->flagset || r->type || r->code)) {
4754 r->code = icmp_type->code;
4903 { "code", CODE},
5497 yyerror("unknown icmp code %s", w);
5500 ulval = p->code;
5503 yyerror("invalid icmp code %lu", ulval);