Searched refs:connected (Results 1 – 5 of 5) sorted by relevance
256 tcp_connected_fn connected; member345 u16_t port, tcp_connected_fn connected);
246 if((pcb)->connected != NULL) \247 (ret) = (pcb)->connected((pcb)->callback_arg,(pcb),(err)); \
685 tcp_connected_fn connected) in tcp_connect() argument759 pcb->connected = connected; in tcp_connect()761 LWIP_UNUSED_ARG(connected); in tcp_connect()
103 incoming connections or be explicitly connected to another host.161 u16_t port, err_t (* connected)(void *arg,170 function specified as the fourth argument (the "connected" argument)325 or connected to a remote address.
1071 when using udp_sendto_if() - always stay connected to IP_ADDR_ANY.1317 pcb->err is called, not pcb->connected (with an error code).1592 UDP: move a (connected) pcb selected for input to the front of the list of