Lines Matching refs:ip_dst
2175 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
2298 ip->ip_dst, th->th_dport, 1, m->m_pkthdr.rcvif); in tcp_input()
2325 inet_ntop(AF_INET, &ip->ip_dst, dbuf, sizeof(dbuf)); in tcp_input()
2349 (!isipv6 && ip->ip_dst.s_addr != ip->ip_src.s_addr))) { in tcp_input()
2416 inp->inp_laddr.s_addr != ip->ip_dst.s_addr || in tcp_input()
2506 th->th_dport, th->th_sport, &ip->ip_dst, &ip->ip_src, in tcp_input()
2617 } else if (ip->ip_dst.s_addr == ip->ip_src.s_addr) { in tcp_input()
2643 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
2646 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
2714 sin->sin_addr = ip->ip_dst; in tcp_input()
2815 inp->inp_laddr = ip->ip_dst; in tcp_input()
3457 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
3596 inp->inp_laddr = ip->ip_dst; in tcp_input()
5922 (((ip->ip_src.s_addr & 0xffff) << 16) | (ip->ip_dst.s_addr & 0xffff)), in tcp_input()
6107 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || in tcp_input()
6110 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
7677 ip->ip_dst.s_addr, in tcp_input_checksum()