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

/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l229 iih return IIH;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c7024 struct icmp iih; local
7026 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
7040 key.gwy.xport.port = iih.icmp_id;
7044 key.lan.xport.port = iih.icmp_id;
7052 pf_change_icmp(pd2.src, &iih.icmp_id,
7058 pf_change_icmp(pd2.dst, &iih.icmp_id,
7069 m_copyback(m, off2, ICMP_MINLEN, &iih);
7078 struct icmp6_hdr iih; local
7080 if (!pf_pull_hdr(m, off2, &iih,
7094 key.gwy.xport.port = iih
[all...]

Completed in 125 milliseconds