Lines Matching refs:ip_dst
2014 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
2134 ip->ip_dst, th->th_dport, 1, m->m_pkthdr.rcvif); in tcp_input()
2161 inet_ntop(AF_INET, &ip->ip_dst, dbuf, sizeof(dbuf)); in tcp_input()
2185 (!isipv6 && ip->ip_dst.s_addr != ip->ip_src.s_addr))) { in tcp_input()
2244 inp->inp_laddr.s_addr != ip->ip_dst.s_addr || in tcp_input()
2330 th->th_dport, th->th_sport, &ip->ip_dst, &ip->ip_src, in tcp_input()
2436 } else if (ip->ip_dst.s_addr == ip->ip_src.s_addr) { in tcp_input()
2459 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
2462 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
2528 sin->sin_addr = ip->ip_dst; in tcp_input()
2622 inp->inp_laddr = ip->ip_dst; in tcp_input()
3159 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
3286 inp->inp_laddr = ip->ip_dst; in tcp_input()
5262 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
5436 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
5439 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
6952 ip->ip_dst.s_addr, in tcp_input_checksum()