Lines Matching defs:connected
135 * return the local IP address used to send packets to the connected to
611 * - it is a SOCK_STREAM/SOCK_SEQPACKET that has not been connected
620 * - it is a SOCK_STREAM/SOCK_SEQPACKET that has not been connected
1670 /* Check that we are not already connected */
2281 * Check that we are not already connected.
2283 * A connected connection-less socket can be
2284 * - connected to a different address by a subsequent connect
2298 * Remove the connected state and clear SO_DGRAM_ERRIND
2299 * since it was set when the socket was connected.
2416 * messages. These T_UDERR_IND messages are used to return connected
2417 * style errors (e.g. ECONNRESET) for connected datagram sockets.
2424 * the connected socket. Invalidate the cached local address
2620 * 5.X checks that it is connected (ENOTCONN)
2621 * X/Open requires that we check the connected state.
2778 * For any connected SOCK_STREAM/SOCK_SEQPACKET AF_UNIX socket we send
2781 * Also, for connected AF_UNIX SOCK_DGRAM sockets we send a zero-length
2784 * For SOCK_DGRAM half-connections (somebody connected to this end
3087 * If we are not connected because we have never been connected
3088 * we return ENOTCONN. If we have been connected (but are no longer
3089 * connected) then SS_CANTRCVMORE is set and we let kstrgetmsg return
3093 * (read+write) and clear it when we're connected. However, that error
3815 * Sending data with options on a connected stream socket.
3838 * Has to be bound and connected. However, since no locks are
4094 * Sending data on a connected stream socket.
4112 * Has to be bound and connected. However, since no locks are
4254 /* Required but not connected */
4407 /* Ignore msg_name in the connected state */
4599 boolean_t connected;
4630 connected = so_state & SS_ISCONNECTED;
4631 if (!connected) {
4663 if (!connected)
4681 * For connected, let strwrite() handle the blocking case.
4684 if (connected)
6209 /* Not connected yet - turn off write side events */