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

/freebsd-10.1-release/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.c3623 icmphdr_t *icmp, *orgicmp; local
3696 orgicmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
3699 if (ipf_nat_icmpquerytype(orgicmp->icmp_type)) {
3703 fin->fin_data[1] = orgicmp->icmp_id;
4009 icmphdr_t *orgicmp; local
4016 orgicmp = (icmphdr_t *)dp;
4019 if (orgicmp->icmp_id != nat->nat_osport) {
4027 * Since you modify orgicmp->icmp_id with
4033 sum1 = ntohs(orgicmp->icmp_id);
4036 orgicmp
[all...]

Completed in 114 milliseconds