Searched refs:ic2 (Results 1 – 1 of 1) sorted by relevance
333 struct icmp *ic, *ic2; in IcmpAliasIn2() local343 ic2 = (struct icmp *) ud; in IcmpAliasIn2()354 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()355 link = FindIcmpIn(ip->ip_dst, ip->ip_src, ic2->icmp_id, 0); in IcmpAliasIn2()407 accumulate += ic2->icmp_id; in IcmpAliasIn2()425 ic2->icmp_id = original_id; in IcmpAliasIn2()525 struct icmp *ic, *ic2; in IcmpAliasOut2() local535 ic2 = (struct icmp *) ud; in IcmpAliasOut2()546 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()547 link = FindIcmpOut(ip->ip_dst, ip->ip_src, ic2->icmp_id, 0); in IcmpAliasOut2()[all …]