MeterLogger
|
#include "lwip/app/espconn.h"
Go to the source code of this file.
Macros | |
#define | ESPCONN_UDP_DEBUG LWIP_DBG_OFF |
Functions | |
sint8 | espconn_udp_client (struct espconn *pespconn) |
void | espconn_udp_disconnect (espconn_msg *pdiscon) |
sint8 | espconn_udp_server (struct espconn *espconn) |
err_t | espconn_udp_sent (void *arg, uint8 *psent, uint16 length) |
err_t | espconn_udp_sendto (void *arg, uint8 *psent, uint16 length) |
#define ESPCONN_UDP_DEBUG LWIP_DBG_OFF |
Definition at line 5 of file espconn_udp.h.
Referenced by espconn_igmp_join(), espconn_igmp_leave(), espconn_udp_recv(), espconn_udp_sendto(), and espconn_udp_sent().
void espconn_udp_disconnect | ( | espconn_msg * | pdiscon | ) |
Definition at line 338 of file espconn_udp.c.
References espconn_list_delete(), ICACHE_FLASH_ATTR, NULL, os_free, _comon_pkt::pcb, and _espconn_msg::pcommon.
Referenced by espconn_delete().
Definition at line 183 of file espconn_udp.c.
References _comon_pkt::cntr, default_interface, eagle_lwip_getif(), ERR_OK, ESPCONN_AP_STA, ESPCONN_ARG, espconn_data_sent(), ESPCONN_IF, ESPCONN_MEM, ESPCONN_RTE, ESPCONN_SENDTO, ESPCONN_UDP_DEBUG, ICACHE_FLASH_ATTR, IP4_ADDR, pbuf::len, LWIP_DEBUGF, netif_is_up, netif_set_default(), pbuf::next, NULL, pbuf::payload, pbuf_alloc(), pbuf_copy(), pbuf_free(), PBUF_RAM, PBUF_TRANSPORT, _comon_pkt::pcb, _espconn_msg::pcommon, _espconn_msg::pespconn, espconn::proto, _comon_pkt::ptrbuf, pbuf::ref, _esp_udp::remote_ip, _esp_udp::remote_port, espconn::udp, and wifi_get_opmode().
Referenced by espconn_data_sent(), and espconn_sendto().
Definition at line 81 of file espconn_udp.c.
References _comon_pkt::cntr, default_interface, eagle_lwip_getif(), ERR_OK, ESPCONN_AP_STA, ESPCONN_ARG, espconn_data_sent(), ESPCONN_IF, ESPCONN_MEM, ESPCONN_RTE, ESPCONN_SEND, ESPCONN_UDP_DEBUG, ICACHE_FLASH_ATTR, IP4_ADDR, pbuf::len, LWIP_DEBUGF, netif_is_up, netif_set_default(), pbuf::next, NULL, pbuf::payload, pbuf_alloc(), pbuf_copy(), pbuf_free(), PBUF_RAM, PBUF_TRANSPORT, _comon_pkt::pcb, _espconn_msg::pcommon, _espconn_msg::pespconn, espconn::proto, _comon_pkt::ptrbuf, pbuf::ref, _esp_udp::remote_ip, _esp_udp::remote_port, espconn::udp, and wifi_get_opmode().
Referenced by espconn_data_sent(), and espconn_sent().
Definition at line 363 of file espconn_udp.c.
References espconn_list_creat(), ESPCONN_MEM, ESPCONN_OK, espconn_udp_recv(), ICACHE_FLASH_ATTR, IP_ADDR_ANY, _esp_udp::local_port, NULL, os_zalloc, _comon_pkt::pcb, _espconn_msg::pcommon, _espconn_msg::pespconn, espconn::proto, and espconn::udp.
Referenced by espconn_create().