Searched refs:tcp_bound_source (Results 1 – 2 of 2) sorted by relevance
1158 if (tcp->tcp_bound_source != INADDR_ANY && in tcp_bindi()1160 tcp->tcp_bound_source != *addr) { in tcp_bindi()1199 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr; in tcp_bind()1201 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_bind()1213 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source), in tcp_bind()1247 tmp_tcp->tcp_bound_source != tcp->tcp_bound_source || in tcp_conn_check()1306 if (tcp->tcp_bound_source == INADDR_ANY) { in tcp_connect()1314 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr; in tcp_connect()1315 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_connect()1491 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