Searched refs:tcp_bound_source (Results 1 – 2 of 2) sorted by relevance
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()[all …]
261 in_addr_t tcp_bound_source; /* IP address in bind_req */ member