Lines Matching defs:connected
21 * incoming connections or be explicitly connected to another host.
173 /** List of all TCP PCBs bound but not yet (connected || listening) */
495 * Connection pcbs are freed if not yet connected and may not be referenced
625 * Connection pcbs are freed if not yet connected and may not be referenced
704 /* Not (yet?) connected, cannot shutdown the TX side as that would bring us
1021 LWIP_ERROR("tcp_listen_with_backlog_and_err: pcb already connected", pcb->state == CLOSED, res = ERR_CLSD; goto done);
1205 * Connects to another host. The function given as the "connected"
1212 * function specified as the fourth argument (the "connected" argument)
1226 * @param connected callback function to call when connected (on error,
1234 tcp_connected_fn connected)
1341 pcb->connected = connected;
1343 LWIP_UNUSED_ARG(connected);
2249 * LISTENing connection has been connected to another host.
2254 * connection has been connected to another host