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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c1397 struct icmp6_hdr *icmp6, *orgicmp; local
1470 orgicmp = (struct icmp6_hdr *)(oip6 + 1);
1473 if (ipf_nat6_icmpquerytype(orgicmp->icmp6_type)) {
1477 fin->fin_data[1] = orgicmp->icmp6_id;
1838 struct icmp6_hdr *orgicmp; local
1845 orgicmp = (struct icmp6_hdr *)dp;
1848 if (orgicmp->icmp6_id != nat->nat_osport) {
1856 * Since you modify orgicmp->icmp6_id with
1862 sum1 = ntohs(orgicmp->icmp6_id);
1865 orgicmp
[all...]
H A Dip_nat.c3629 icmphdr_t *icmp, *orgicmp; local
3702 orgicmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
3705 if (ipf_nat_icmpquerytype(orgicmp->icmp_type)) {
3709 fin->fin_data[1] = orgicmp->icmp_id;
4015 icmphdr_t *orgicmp; local
4022 orgicmp = (icmphdr_t *)dp;
4025 if (orgicmp->icmp_id != nat->nat_osport) {
4033 * Since you modify orgicmp->icmp_id with
4039 sum1 = ntohs(orgicmp->icmp_id);
4042 orgicmp
[all...]

Completed in 76 milliseconds