| /lib/lwip/lwip/src/apps/http/ |
| A D | altcp_proxyconnect.c | 169 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 D | altcp_tcp.c | 96 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 D | altcp.c | 316 …_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 D | tcp.c | 1072 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 D | altcp.h | 75 altcp_connected_fn connected; member 105 …connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected);
|
| A D | tcp.h | 356 tcp_connected_fn connected; member 462 u16_t port, tcp_connected_fn connected);
|
| /lib/lwip/lwip/src/apps/altcp_tls/ |
| A D | altcp_tls_mbedtls.c | 188 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 D | mqtt_client.txt | 61 printf("mqtt_connection_cb: Successfully connected\n"); 75 /* Its more nice to be connected, so try to reconnect */
|
| A D | mdns.txt | 62 down, for example cable connected after being disconnected, administrative
|
| /lib/lwip/lwip/test/unit/mqtt/ |
| A D | test_mqtt.c | 93 client->conn->connected(client->conn->callback_arg, client->conn, ERR_OK); in START_TEST()
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | tcp_priv.h | 218 if((pcb)->connected != NULL) \ 219 (ret) = (pcb)->connected((pcb)->callback_arg,(pcb),(err)); \
|
| A D | altcp_priv.h | 62 …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 D | README | 25 192.168.10.244 and you have a linux system connected to it at IP address
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | UDP-MIB | 54 table includes support for connected UDP endpoints 230 'connected' the socket specifying a default remote 387 distinguish among multiple processes 'connected' to
|
| A D | RFC1158-MIB | 626 direct(3), -- connected 731 dynamic(3), -- connected (sub-)network
|
| A D | RFC1213-MIB | 1130 direct(3), -- connected (sub-)network
|
| /lib/efi_loader/ |
| A D | efi_boottime.c | 3603 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 D | Kconfig | 486 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 D | IANA-MAU-MIB | 243 the condition where the PHY (PCS with connected PMEs) is
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 1028 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
|