Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c4271 int ictype; in ipf_matchicmpqueryreply() local
4273 ictype = ic->ici_type; in ipf_matchicmpqueryreply()
4280 if ((!rev && (icmp->icmp_type == ictype)) || in ipf_matchicmpqueryreply()
4281 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()
4290 if ((!rev && (icmp->icmp_type == ictype)) || in ipf_matchicmpqueryreply()
4291 (rev && (icmpreplytype6[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()