Searched refs:icmptype (Results 1 – 4 of 4) sorted by relevance
2306 u_int8_t icmptype; variable2312 icmptype = returnicmpdefault >> 8;2313 $$ = (icmptype << 8 | $1);2325 u_int8_t icmptype; variable2332 $$ = (icmptype << 8 | $1);3116 icmp_item : icmptype {3126 | icmptype CODE STRING {3145 | icmptype CODE NUMBER {3206 icmptype : STRING {5760 u_int8_t icmptype; in parseicmpspec() local[all …]
134 u_int8_t icmptype; member4180 r->type != ctx->icmptype + 1), in pf_match_rule()4196 r->type != ctx->icmptype + 1), in pf_match_rule()4397 ctx.icmptype = pd->hdr.icmp.icmp_type; in pf_test_rule()4411 ctx.icmptype = pd->hdr.icmp6.icmp6_type; in pf_test_rule()5596 u_int8_t icmptype, icmpcode; in pf_test_state_icmp() local5603 icmptype = pd->hdr.icmp.icmp_type; in pf_test_state_icmp()5608 icmptype = pd->hdr.icmp6.icmp6_type; in pf_test_state_icmp()5793 icmptype, icmpcode); in pf_test_state_icmp()5877 icmptype, icmpcode); in pf_test_state_icmp()[all …]
276 icmptype { yylval.i = 0; return NUM; }
281 %type <v.number> port proto_item tos length flag icmptype1401 icmp_item : icmptype {1406 | icmptype CODE STRING {1424 | icmptype CODE NUMBER {1438 icmptype : STRING {