Home | History | Annotate | Download | only in slirp

Lines Matching full:ip_dst

137         if (memcmp(&ip->ip_dst.s_addr, &special_addr, 3)) {
138 if (ip->ip_dst.s_addr == 0xffffffff && ip->ip_p != IPPROTO_UDP)
141 int host = ntohl(ip->ip_dst.s_addr) & 0xff;
196 ip->ip_dst.s_addr == fp->ipq_dst.s_addr &&
301 fp->ipq_dst = ip->ip_dst;
405 ip->ip_dst = fp->ipq_dst;
513 dst = ip->ip_dst;
549 ipaddr.sin_addr = ip->ip_dst;
589 ip->ip_dst = ipaddr.sin_addr;
596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
610 bcopy((caddr_t)(&ip->ip_dst), (caddr_t)&ipaddr.sin_addr,