Searched refs:ic2 (Results 1 – 1 of 1) sorted by relevance
343 struct icmp *ic, *ic2; in IcmpAliasIn2() local353 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasIn2()364 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()365 lnk = FindIcmpIn(la, ip->ip_dst, ip->ip_src, ic2->icmp_id, 0); in IcmpAliasIn2()411 accumulate += ic2->icmp_id; in IcmpAliasIn2()427 ic2->icmp_id = original_id; in IcmpAliasIn2()530 struct icmp *ic, *ic2; in IcmpAliasOut2() local541 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasOut2()552 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()599 accumulate += ic2->icmp_id; in IcmpAliasOut2()[all …]