Searched refs:tcp_bound_source (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h261 in_addr_t tcp_bound_source; /* IP address in bind_req */ member in struct:tcp_s
H A Dtcp.c1159 if (tcp->tcp_bound_source != INADDR_ANY &&
1161 tcp->tcp_bound_source != *addr) {
1200 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr;
1202 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source;
1214 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source),
1248 tmp_tcp->tcp_bound_source != tcp->tcp_bound_source ||
1307 if (tcp->tcp_bound_source == INADDR_ANY) {
1315 tcp->tcp_bound_source = sockets[sock_id].bind.sin_addr.s_addr;
1316 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source;
[all...]

Completed in 47 milliseconds