Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h256 tcp_connected_fn connected; member
345 u16_t port, tcp_connected_fn connected);
Dtcp_impl.h246 if((pcb)->connected != NULL) \
247 (ret) = (pcb)->connected((pcb)->callback_arg,(pcb),(err)); \
/lib/liblwip/src/core/
Dtcp.c685 tcp_connected_fn connected) in tcp_connect() argument
759 pcb->connected = connected; in tcp_connect()
761 LWIP_UNUSED_ARG(connected); in tcp_connect()
/lib/liblwip/doc/
Drawapi.txt103 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.
/lib/liblwip/
DCHANGELOG1071 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