/third_party/lwip/src/api/ |
D | tcpip.c | 55 …fine TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_MEM) 256 return ERR_MEM; in tcpip_inpkt() 265 return ERR_MEM; in tcpip_inpkt() 317 return ERR_MEM; in tcpip_callback() 353 return ERR_MEM; in tcpip_try_callback() 362 return ERR_MEM; in tcpip_try_callback() 385 return ERR_MEM; in tcpip_timeout() 412 return ERR_MEM; in tcpip_untimeout()
|
D | api_msg.c | 333 return ERR_MEM; 568 return ERR_MEM; 592 return ERR_MEM; 669 msg->err = ERR_MEM; 1024 if (err == ERR_MEM) { 1731 if ((err == ERR_OK) || (err == ERR_MEM)) { 1760 } else if (err == ERR_MEM) { 1802 return ERR_MEM;
|
D | netbuf.c | 160 return ERR_MEM; in netbuf_ref()
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 336 if (err == ERR_MEM) { in lwiperf_tcp_client_send_more() 339 } while ((err == ERR_MEM) && (txlen >= (TCP_MSS / 2))); in lwiperf_tcp_client_send_more() 402 return ERR_MEM; in lwiperf_tx_start_impl() 407 return ERR_MEM; in lwiperf_tx_start_impl() 615 return ERR_MEM; in lwiperf_tcp_accept() 702 return ERR_MEM; in lwiperf_start_tcp_server_impl() 713 return ERR_MEM; in lwiperf_start_tcp_server_impl() 725 return ERR_MEM; in lwiperf_start_tcp_server_impl()
|
/third_party/lwip/src/netif/ |
D | zepif.c | 188 return ERR_MEM; in zepif_linkoutput() 231 return ERR_MEM; in zepif_init() 254 err = ERR_MEM; in zepif_init()
|
D | bridgeif.c | 160 return ERR_MEM; in bridgeif_fdb_add() 444 return ERR_MEM; in bridgeif_init() 460 return ERR_MEM; in bridgeif_init()
|
D | lowpan6_common.c | 159 return ERR_MEM; in lowpan6_compress_headers() 329 return ERR_MEM; in lowpan6_compress_headers() 413 return ERR_MEM; in lowpan6_decompress_hdr() 716 return ERR_MEM; in lowpan6_decompress_hdr()
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls.c | 147 return ERR_MEM; in altcp_mbedtls_lower_accept() 604 return ERR_MEM; in altcp_mbedtls_setup() 613 return ERR_MEM; in altcp_mbedtls_setup() 809 return ERR_MEM; in altcp_tls_config_server_add_privkey_cert() 812 return ERR_MEM; in altcp_tls_config_server_add_privkey_cert() 1146 return ERR_MEM; in altcp_mbedtls_write() 1159 return ERR_MEM; in altcp_mbedtls_write() 1164 return ERR_MEM; in altcp_mbedtls_write() 1194 } else if (err == ERR_MEM) { in altcp_mbedtls_bio_send()
|
/third_party/lwip/src/netif/ppp/ |
D | pppol2tp.c | 181 return ERR_MEM; in pppol2tp_write() 221 return ERR_MEM; in pppol2tp_netif_output() 827 return ERR_MEM; in pppol2tp_send_sccrq() 922 return ERR_MEM; in pppol2tp_send_scccn() 969 return ERR_MEM; in pppol2tp_send_icrq() 1017 return ERR_MEM; in pppol2tp_send_iccn() 1064 return ERR_MEM; in pppol2tp_send_zlb() 1093 return ERR_MEM; in pppol2tp_send_stopccn()
|
D | pppoe.c | 228 return ERR_MEM; in pppoe_write() 268 return ERR_MEM; in pppoe_netif_output() 779 return ERR_MEM; in pppoe_send_padi() 1000 return ERR_MEM; in pppoe_send_padr() 1040 return ERR_MEM; in pppoe_send_padt() 1081 return ERR_MEM; in pppoe_send_pado() 1114 return ERR_MEM; in pppoe_send_pads()
|
D | pppos.c | 220 return ERR_MEM; in pppos_write() 270 return ERR_MEM; in pppos_netif_output() 430 return ERR_MEM; in pppos_input_tcpip()
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 757 return ERR_MEM; in ip6_frag() 766 return ERR_MEM; in ip6_frag() 781 return ERR_MEM; in ip6_frag() 807 return ERR_MEM; in ip6_frag() 815 return ERR_MEM; in ip6_frag()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_asn1.c | 507 return ERR_MEM; in snmp_asn1_dec_oid() 571 return ERR_MEM; in snmp_asn1_dec_oid() 593 return ERR_MEM; in snmp_asn1_dec_raw()
|
/third_party/lwip/src/include/lwip/ |
D | err.h | 57 ERR_MEM = -1, enumerator
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 360 return ERR_MEM; in smtp_set_server_addr() 546 err = ERR_MEM; in smtp_send_mail_alloced() 601 return ERR_MEM; in smtp_send_mail() 607 return ERR_MEM; in smtp_send_mail() 650 return ERR_MEM; in smtp_send_mail_static() 885 err = ERR_MEM; in smtp_dns_found() 1478 return ERR_MEM; in smtp_send_mail_bodycback() 1484 return ERR_MEM; in smtp_send_mail_bodycback()
|
/third_party/lwip/src/core/ipv4/ |
D | etharp.c | 342 return (s16_t)ERR_MEM; in etharp_find_entry() 379 return (s16_t)ERR_MEM; in etharp_find_entry() 936 err_t result = ERR_MEM; 1072 result = ERR_MEM; 1087 result = ERR_MEM; 1128 return ERR_MEM;
|
D | dhcp.c | 241 return ERR_MEM; in dhcp_inc_pcb_refcount() 420 result = ERR_MEM; in dhcp_select() 757 return ERR_MEM; in dhcp_start() 766 return ERR_MEM; in dhcp_start() 789 return ERR_MEM; in dhcp_start() 804 return ERR_MEM; in dhcp_start() 968 result = ERR_MEM; in dhcp_decline() 1187 result = ERR_MEM; in dhcp_renew() 1242 result = ERR_MEM; in dhcp_rebind() 1299 result = ERR_MEM; in dhcp_reboot()
|
D | igmp.c | 151 return ERR_MEM; in igmp_start() 533 return ERR_MEM; in igmp_joingroup_netif()
|
/third_party/lwip/src/core/ |
D | raw.c | 461 return ERR_MEM; in raw_sendto_if_src() 470 return ERR_MEM; in raw_sendto_if_src() 483 return ERR_MEM; in raw_sendto_if_src()
|
D | tcp_out.c | 325 return ERR_MEM; in tcp_write_checks() 338 return ERR_MEM; in tcp_write_checks() 811 return ERR_MEM; in tcp_write() 847 return ERR_MEM; in tcp_split_unsent_seg() 990 return ERR_MEM; in tcp_split_unsent_seg() 1080 return ERR_MEM; in tcp_enqueue_flags() 1089 return ERR_MEM; in tcp_enqueue_flags() 2098 return ERR_MEM; in tcp_keepalive() 2161 return ERR_MEM; in tcp_zero_window_probe()
|
D | dns.c | 581 return ERR_MEM; in dns_local_addhost() 921 err = ERR_MEM; in dns_send() 1523 return ERR_MEM; in dns_enqueue() 1543 return ERR_MEM; in dns_enqueue() 1572 return ERR_MEM; in dns_enqueue()
|
/third_party/lwip/src/apps/http/ |
D | altcp_proxyconnect.c | 134 return ERR_MEM; in altcp_proxyconnect_send_request() 139 return ERR_MEM; in altcp_proxyconnect_send_request() 328 return ERR_MEM; in altcp_proxyconnect_setup()
|
D | http_client.c | 539 return ERR_MEM; in httpc_init_connection_common() 546 return ERR_MEM; in httpc_init_connection_common() 551 return ERR_MEM; in httpc_init_connection_common() 565 return ERR_MEM; in httpc_init_connection_common() 735 return ERR_MEM; in httpc_fs_init()
|
/third_party/lwip/src/apps/mqtt/ |
D | mqtt.c | 645 err = ERR_MEM; in pub_ack_rec_rel_response() 1131 return ERR_MEM; in mqtt_publish() 1136 return ERR_MEM; in mqtt_publish() 1202 return ERR_MEM; in mqtt_sub_unsub() 1207 return ERR_MEM; in mqtt_sub_unsub() 1361 return ERR_MEM; in mqtt_client_connect() 1373 return ERR_MEM; in mqtt_client_connect()
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 910 return ERR_MEM; in mdns_add_question() 919 return ERR_MEM; in mdns_add_question() 982 return ERR_MEM; in mdns_add_answer() 997 return ERR_MEM; in mdns_add_answer() 2071 LWIP_ERROR("mdns_resp_add_netif: Alloc failed", (mdns != NULL), return ERR_MEM); in mdns_resp_add_netif() 2214 …ns_resp_add_service: Service list full (increase MDNS_MAX_SERVICES)", (slot >= 0), return ERR_MEM); in mdns_resp_add_service() 2217 LWIP_ERROR("mdns_resp_add_service: Alloc failed", (srv != NULL), return ERR_MEM); in mdns_resp_add_service()
|