| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | http_client.h | 123 typedef err_t (*httpc_headers_done_fn)(httpc_state_t *connection, void *arg, struct pbuf *hdr, u16_… 143 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection); 145 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection); 149 void* callback_arg, const char* local_file_name, httpc_state_t **connection); 151 void* callback_arg, const char* local_file_name, httpc_state_t **connection);
|
| A D | httpd.h | 209 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request, 223 err_t httpd_post_receive_data(void *connection, struct pbuf *p); 236 void httpd_post_finished(void *connection, char *response_uri, u16_t response_uri_len); 239 void httpd_post_data_recved(void *connection, u16_t recved_len);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | httpd.h | 198 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request, 210 err_t httpd_post_receive_data(void *connection, struct pbuf *p); 221 void httpd_post_finished(void *connection, char *response_uri, u16_t response_uri_len); 224 void httpd_post_data_recved(void *connection, u16_t recved_len);
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/ |
| A D | http_client.c | 586 *connection = req; in httpc_init_connection_common() 633 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) in httpc_get_file() argument 656 if (connection != NULL) { in httpc_get_file() 657 *connection = req; in httpc_get_file() 678 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) in httpc_get_file_dns() argument 700 if (connection != NULL) { in httpc_get_file_dns() 701 *connection = req; in httpc_get_file_dns() 850 if (connection != NULL) { in httpc_get_file_to_disk() 851 *connection = req; in httpc_get_file_to_disk() 902 if (connection != NULL) { in httpc_get_file_dns_to_disk() [all …]
|
| A D | httpd.c | 315 static void http_continue(void *connection); 1889 void httpd_post_data_recved(void *connection, u16_t recved_len) argument 1891 struct http_state *hs = (struct http_state *)connection; 1924 http_continue(void *connection) argument 1926 struct http_state *hs = (struct http_state *)connection;
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 82 function is passed the current TCP or UDP connection state as an 87 The function for setting the application connection state is: 97 --- TCP connection setup 107 Creates a new connection identifier (PCB). If memory is not 132 new smaller memory block for the listening connection. 158 connection arrives on a listening connection. 166 initial SYN segment which opens the connection. 171 when the connection is established. If the connection could not be 173 connection or because the other host didn't answer, the "err" 238 indicate that the remote host has closed the connection. If [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 112 function is passed the current TCP or UDP connection state as an 117 The function for setting the application connection state is: 127 --- TCP connection setup 137 Creates a new connection identifier (PCB). If memory is not 162 new smaller memory block for the listening connection. 179 connection arrives on a listening connection. 187 initial SYN segment which opens the connection. 192 when the connection is established. If the connection could not be 194 connection or because the other host didn't answer, the "err" 259 indicate that the remote host has closed the connection. If [all …]
|
| A D | mqtt_client.txt | 9 1. Initial steps, reserve memory and make connection to server: 37 otherwise mqtt_connection_cb will be called with connection result after attempting 38 to establish a connection with the server. 52 2. Implementing the connection status callback
|
| A D | ppp.txt | 265 * Initiate PPP client connection 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 349 * Closing PPP connection 366 * Freeing a PPP connection
|
| A D | savannah.txt | 51 Shared connection to git.sv.gnu.org closed.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 9 1. Initial steps, reserve memory and make connection to server: 37 otherwise mqtt_connection_cb will be called with connection result after attempting 38 to establish a connection with the server. 52 2. Implementing the connection status callback
|
| A D | ppp.txt | 265 * Initiate PPP client connection 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 349 * Closing PPP connection 366 * Freeing a PPP connection
|
| A D | savannah.txt | 51 Shared connection to git.sv.gnu.org closed.
|
| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.c | 522 uint16_t connection = 0; in usbh_hub_events() local 538 ((portstatus & HUB_PORT_STATUS_CONNECTION) == connection)) { in usbh_hub_events() 545 connection = portstatus & HUB_PORT_STATUS_CONNECTION; in usbh_hub_events()
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/ |
| A D | httpd.c | 304 static void http_continue(void *connection); 1837 void httpd_post_data_recved(void *connection, u16_t recved_len) argument 1839 struct http_state *hs = (struct http_state*)connection; 1872 http_continue(void *connection) argument 1874 struct http_state *hs = (struct http_state*)connection;
|
| /components/legacy/usb/ |
| A D | Kconfig | 145 bool "Delay linkup media connection"
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 43 tcp_backlog_accepted() to explicitly delay backlog handling on a connection pcb 225 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| A D | CHANGELOG | 470 everything required so that we start the PPP connection again from a 473 reconnecting, prevents connection flood, especially when using PPPoL2TP. 1564 after a successful nonblocking connection. 1669 connection) 1705 aborting existing connection on address change, filter out link-local 2759 close the connection. 3033 TCP connection caused a crash. Note that using (lwip_)recvfrom 3308 -> netconn_new_..() does not allocate a new connection for unsupported 4244 netconn_err(), now returns an error code for the connection in 4282 the connection. [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 78 tcp_backlog_accepted() to explicitly delay backlog handling on a connection pcb 260 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| A D | CHANGELOG | 49 called when aborting a connection) 723 everything required so that we start the PPP connection again from a 1817 after a successful nonblocking connection. 1922 connection) 1958 aborting existing connection on address change, filter out link-local 3012 close the connection. 3286 TCP connection caused a crash. Note that using (lwip_)recvfrom 3561 -> netconn_new_..() does not allocate a new connection for unsupported 4497 netconn_err(), now returns an error code for the connection in 4535 the connection. [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 126 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| A D | CHANGELOG | 608 after a successful nonblocking connection. 713 connection) 749 aborting existing connection on address change, filter out link-local 911 * api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive 1779 pointer after the connection has been closed (and conn has been freed). 1803 close the connection. 2077 TCP connection caused a crash. Note that using (lwip_)recvfrom 2352 -> netconn_new_..() does not allocate a new connection for unsupported 3288 netconn_err(), now returns an error code for the connection in 3326 the connection. [all …]
|
| /components/net/lwip/ |
| A D | Kconfig | 141 int "the number of raw connection"
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 239 2013-03-11 - pppd: Default exit status to EXIT_CONNECT_FAILED during connection phase
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 239 2013-03-11 - pppd: Default exit status to EXIT_CONNECT_FAILED during connection phase
|