Home
last modified time | relevance | path

Searched refs:is_icmp (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h89 #define is_icmp is_ps.is_ics macro
90 #define is_type is_icmp.ici_type
H A Dip_state.c1524 hv += (is->is_icmp.ici_id = ic->icmp_id);
1530 is->is_icmp.ici_type = ic->icmp_type;
1547 is->is_icmp.ici_type = ic->icmp_type;
1548 hv += (is->is_icmp.ici_id = ic->icmp_id);
3106 ipf_matchicmpqueryreply(v, &is->is_icmp,
3170 (ic->icmp_id == is->is_icmp.ici_id) &&
3171 ipf_matchicmpqueryreply(v, &is->is_icmp,
4422 ipsl.isl_itype = is->is_icmp.ici_type;
4424 ipsl.isl_itype = is->is_icmp.ici_type;
4555 ic = &is->is_icmp;