Lines Matching refs:ip_dst
2170 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
2291 ip->ip_dst, th->th_dport, 1, m->m_pkthdr.rcvif); in tcp_input()
2318 inet_ntop(AF_INET, &ip->ip_dst, dbuf, sizeof(dbuf)); in tcp_input()
2342 (!isipv6 && ip->ip_dst.s_addr != ip->ip_src.s_addr))) { in tcp_input()
2401 inp->inp_laddr.s_addr != ip->ip_dst.s_addr || in tcp_input()
2485 th->th_dport, th->th_sport, &ip->ip_dst, &ip->ip_src, in tcp_input()
2589 } else if (ip->ip_dst.s_addr == ip->ip_src.s_addr) { in tcp_input()
2612 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
2615 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
2681 sin->sin_addr = ip->ip_dst; in tcp_input()
2781 inp->inp_laddr = ip->ip_dst; in tcp_input()
3420 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
3555 inp->inp_laddr = ip->ip_dst; in tcp_input()
5865 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
6050 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
6053 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
7610 ip->ip_dst.s_addr, in tcp_input_checksum()