Searched refs:tcp_bind (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c60 tcp_bind(int arg0) function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h298 extern int tcp_bind(int);
H A Dtcp.c1179 tcp_bind(int sock_id) function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c52 static int tcp_bind(sock_lower_handle_t, struct sockaddr *,
76 tcp_bind,
198 tcp_bind(sock_lower_handle_t proto_handle, struct sockaddr *sa, function
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c625 if (tcp_bind(i) < 0) {
750 /* For TCP socket, just call tcp_bind(). */
752 if (tcp_bind(sock_id) < 0)

Completed in 108 milliseconds