Lines Matching refs:tcp_bound_source
1159 if (tcp->tcp_bound_source != INADDR_ANY && in tcp_bindi()
1161 tcp->tcp_bound_source != *addr) { in tcp_bindi()
1200 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr; in tcp_bind()
1202 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_bind()
1214 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source), in tcp_bind()
1248 tmp_tcp->tcp_bound_source != tcp->tcp_bound_source || in tcp_conn_check()
1307 if (tcp->tcp_bound_source == INADDR_ANY) { in tcp_connect()
1315 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr; in tcp_connect()
1316 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_connect()
1492 acceptor->tcp_bound_source = ipha->ip_dst.s_addr; in tcp_accept_comm()
1840 iph->ip_dst.s_addr == tcp->tcp_bound_source && in tcp_lookup_ipv4()
1853 iph->ip_dst.s_addr == tcp->tcp_bound_source && in tcp_lookup_ipv4()
1873 (tcp->tcp_bound_source == addr || in tcp_lookup_listener_ipv4()
1874 tcp->tcp_bound_source == INADDR_ANY)) { in tcp_lookup_listener_ipv4()
1898 iph->ip_dst.s_addr == tcp->tcp_bound_source) { in tcp_lookup_eager_ipv4()
1908 iph->ip_dst.s_addr == tcp->tcp_bound_source) { in tcp_lookup_eager_ipv4()
2684 iph->ip_dst.s_addr != tcp->tcp_bound_source) { in tcp_rput_data()
6471 addr.s_addr = tcp->tcp_bound_source; in tcp_display()