Searched refs:iih (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c6953 struct icmp iih; local
6955 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
6969 key.gwy.xport.port = iih.icmp_id;
6973 key.lan.xport.port = iih.icmp_id;
6981 pf_change_icmp(pd2.src, &iih.icmp_id,
6987 pf_change_icmp(pd2.dst, &iih.icmp_id,
6998 m_copyback(m, off2, ICMP_MINLEN, &iih);
7007 struct icmp6_hdr iih; local
7009 if (!pf_pull_hdr(m, off2, &iih,
7023 key.gwy.xport.port = iih
[all...]

Completed in 77 milliseconds