Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintstate.c86 sp->is_icmp.ici_seq, sp->is_icmp.ici_type); in printstate()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h86 #define is_type is_icmp.ici_type
H A Dip_state.c1484 is->is_icmp.ici_type = ic->icmp_type; in ipf_state_add()
1501 is->is_icmp.ici_type = ic->icmp_type; in ipf_state_add()
4309 ipsl.isl_itype = is->is_icmp.ici_type; in ipf_state_log()
4311 ipsl.isl_itype = is->is_icmp.ici_type; in ipf_state_log()
4460 if (((ic->ici_type == ICMP6_ECHO_REPLY) && in ipf_checkicmp6matchingstate()
4462 (ic->ici_type - 1 == oic->icmp6_type )) { in ipf_checkicmp6matchingstate()
H A Dip_nat.h147 #define nat_type nat_unold.nat_uni.ici_type
H A Dip_fil.h1114 u_char ici_type; member
H A Dfil.c4310 ictype = ic->ici_type; in ipf_matchicmpqueryreply()