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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c1082 struct icmp6_hdr *orgicmp; local
1139 orgicmp = (struct icmp6_hdr *)(oip6 + 1);
1142 if (nat_icmpquerytype6(orgicmp->icmp6_type)) {
1146 fin->fin_data[1] = orgicmp->icmp6_id;
1216 struct icmp6_hdr *icmp6, *orgicmp; local
1400 orgicmp = (struct icmp6_hdr *)udp;
1403 (orgicmp->icmp6_id != nat->nat_inport) &&
1412 * Since you modify orgicmp->icmp_id with
1419 sum1 = ntohs(orgicmp->icmp6_id);
1422 orgicmp
[all...]
H A Dip_nat.c2864 icmphdr_t *orgicmp; local
2921 orgicmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
2924 if (nat_icmpquerytype4(orgicmp->icmp_type)) {
2928 fin->fin_data[1] = orgicmp->icmp_id;
2997 icmphdr_t *icmp, *orgicmp; local
3188 orgicmp = (icmphdr_t *)udp;
3191 (orgicmp->icmp_id != nat->nat_inport) &&
3200 * Since you modify orgicmp->icmp_id with
3207 sum1 = ntohs(orgicmp->icmp_id);
3210 orgicmp
[all...]

Completed in 224 milliseconds