Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/http/
A Daltcp_proxyconnect.c169 if (conn->connected) { in altcp_proxyconnect_lower_connected()
170 if (conn->connected(conn->arg, conn, err) == ERR_ABRT) { in altcp_proxyconnect_lower_connected()
237 if (conn->connected) { in altcp_proxyconnect_lower_recv()
238 return conn->connected(conn->arg, conn, ERR_OK); in altcp_proxyconnect_lower_recv()
459 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_proxyconnect_connect() argument
475 conn->connected = connected; in altcp_proxyconnect_connect()
/lib/lwip/lwip/src/core/
A Daltcp_tcp.c96 if (conn->connected) { in altcp_tcp_connected()
97 return conn->connected(conn->arg, conn, err); in altcp_tcp_connected()
272 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_tcp_connect() argument
279 conn->connected = connected; in altcp_tcp_connect()
A Daltcp.c316 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_connect() argument
319 return conn->fns->connect(conn, ipaddr, port, connected); in altcp_connect()
A Dtcp.c1072 tcp_connected_fn connected) in tcp_connect() argument
1167 pcb->connected = connected; in tcp_connect()
1169 LWIP_UNUSED_ARG(connected); in tcp_connect()
/lib/lwip/lwip/src/include/lwip/
A Daltcp.h75 altcp_connected_fn connected; member
105 …connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected);
A Dtcp.h356 tcp_connected_fn connected; member
462 u16_t port, tcp_connected_fn connected);
/lib/lwip/lwip/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c188 if (conn->connected) { in altcp_mbedtls_lower_connected()
189 return conn->connected(conn->arg, conn, err); in altcp_mbedtls_lower_connected()
321 if (conn->connected) { in altcp_mbedtls_lower_recv_process()
323 err = conn->connected(conn->arg, conn, ERR_OK); in altcp_mbedtls_lower_recv_process()
1124 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_mbedtls_connect() argument
1129 conn->connected = connected; in altcp_mbedtls_connect()
/lib/lwip/lwip/doc/
A Dmqtt_client.txt61 printf("mqtt_connection_cb: Successfully connected\n");
75 /* Its more nice to be connected, so try to reconnect */
A Dmdns.txt62 down, for example cable connected after being disconnected, administrative
/lib/lwip/lwip/test/unit/mqtt/
A Dtest_mqtt.c93 client->conn->connected(client->conn->callback_arg, client->conn, ERR_OK); in START_TEST()
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h218 if((pcb)->connected != NULL) \
219 (ret) = (pcb)->connected((pcb)->callback_arg,(pcb),(err)); \
A Daltcp_priv.h62 …ect_fn)(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected);
/lib/lwip/lwip/contrib/apps/chargen/
A DREADME25 192.168.10.244 and you have a linux system connected to it at IP address
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DUDP-MIB54 table includes support for connected UDP endpoints
230 'connected' the socket specifying a default remote
387 distinguish among multiple processes 'connected' to
A DRFC1158-MIB626 direct(3), -- connected
731 dynamic(3), -- connected (sub-)network
A DRFC1213-MIB1130 direct(3), -- connected (sub-)network
/lib/efi_loader/
A Defi_boottime.c3603 size_t connected = 0; in efi_connect_single_controller() local
3628 ++connected; in efi_connect_single_controller()
3648 ++connected; in efi_connect_single_controller()
3653 if (!connected) in efi_connect_single_controller()
/lib/
A DKconfig486 features for your board. The TPM can be connected via LPC or I2C
501 features for your board. The TPM can be connected via LPC or I2C
512 features for your board. The TPM can be connected via LPC or I2C
523 features for your board. The TPM can be connected via LPC or I2C
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-MAU-MIB243 the condition where the PHY (PCS with connected PMEs) is
/lib/lwip/lwip/
A DCHANGELOG1028 connected
2357 when using udp_sendto_if() - always stay connected to IP_ADDR_ANY.
2603 pcb->err is called, not pcb->connected (with an error code).
2878 UDP: move a (connected) pcb selected for input to the front of the list of

Completed in 57 milliseconds