Home | History | Annotate | Download | only in netinet

Lines Matching defs:orgicmp

3570 	icmphdr_t *orgicmp;
3641 orgicmp = (icmphdr_t *)((char *)oip + (IP_HL(oip) << 2));
3644 if (ipf_nat_icmpquerytype(orgicmp->icmp_type)) {
3648 fin->fin_data[1] = orgicmp->icmp_id;
3951 icmphdr_t *orgicmp;
3958 orgicmp = (icmphdr_t *)dp;
3961 if (orgicmp->icmp_id != nat->nat_osport) {
3969 * Since you modify orgicmp->icmp_id with
3975 sum1 = ntohs(orgicmp->icmp_id);
3978 orgicmp->icmp_id = nat->nat_oicmpid;
3979 ipf_fix_datacksum(&orgicmp->icmp_cksum, sumd);