Home
last modified time | relevance | path

Searched refs:ERR_MEM (Results 1 – 25 of 26) sorted by relevance

12

/lk-master/external/lib/lwip/api/
A Dtcpip.c185 return ERR_MEM; in tcpip_input()
193 return ERR_MEM; in tcpip_input()
218 return ERR_MEM; in tcpip_callback_with_block()
229 return ERR_MEM; in tcpip_callback_with_block()
254 return ERR_MEM; in tcpip_timeout()
283 return ERR_MEM; in tcpip_untimeout()
A Dapi_msg.c253 return ERR_MEM;
448 return ERR_MEM;
472 return ERR_MEM;
500 msg->err = ERR_MEM;
510 msg->err = ERR_MEM;
528 msg->err = ERR_MEM;
1080 msg->err = ERR_MEM;
1272 if ((err == ERR_OK) || (err == ERR_MEM)) {
1297 } else if ((err == ERR_MEM) && !dontblock) {
1330 return ERR_MEM;
A Dnetbuf.c159 return ERR_MEM; in netbuf_ref()
A Dapi_lib.c476 NETCONN_SET_SAFE_ERR(conn, ERR_MEM); in netconn_recv()
477 return ERR_MEM; in netconn_recv()
A Dsockets.c891 err = ERR_MEM;
919 err = ERR_MEM;
/lk-master/external/lib/lwip/core/ipv4/
A Dip_frag.c700 return ERR_MEM; in ip_frag()
740 return ERR_MEM; in ip_frag()
748 return ERR_MEM; in ip_frag()
761 return ERR_MEM; in ip_frag()
784 return ERR_MEM; in ip_frag()
791 return ERR_MEM; in ip_frag()
836 return ERR_MEM; in ip_frag()
A Digmp.c214 return ERR_MEM; in igmp_start()
567 return ERR_MEM; in igmp_joingroup()
A Dautoip.c312 return ERR_MEM; in autoip_start()
/lk-master/external/lib/lwip/include/lwip/
A Derr.h53 #define ERR_MEM -1 /* Out of memory error. */ macro
/lk-master/external/lib/lwip/core/
A Draw.c219 return ERR_MEM; in raw_sendto()
232 return ERR_MEM; in raw_sendto()
A Dtcp_out.c312 return ERR_MEM; in tcp_write_checks()
325 return ERR_MEM; in tcp_write_checks()
708 return ERR_MEM; in tcp_write()
740 return ERR_MEM; in tcp_enqueue_flags()
760 return ERR_MEM; in tcp_enqueue_flags()
767 return ERR_MEM; in tcp_enqueue_flags()
776 return ERR_MEM; in tcp_enqueue_flags()
A Ddns.c423 return ERR_MEM; in dns_local_addhost()
620 err = ERR_MEM; in dns_send()
889 return ERR_MEM; in dns_enqueue()
A Dnetif.c637 return ERR_MEM; in netif_loop_output()
648 return ERR_MEM; in netif_loop_output()
A Ddhcp.c650 return ERR_MEM; in dhcp_start()
659 return ERR_MEM; in dhcp_start()
681 return ERR_MEM; in dhcp_start()
695 return ERR_MEM; in dhcp_start()
1668 return ERR_MEM; in dhcp_create_msg()
A Dudp.c594 return ERR_MEM;
/lk-master/external/lib/lwip/netif/
A Detharp.c346 return (s8_t)ERR_MEM; in etharp_find_entry()
383 return (s8_t)ERR_MEM; in etharp_find_entry()
1019 err_t result = ERR_MEM;
1135 result = ERR_MEM;
1150 result = ERR_MEM;
1198 return ERR_MEM;
A Dethernetif.c284 return ERR_MEM;
A Dslipif.c328 return ERR_MEM; in slipif_init()
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c151 return ERR_MEM; in pppoe_create()
699 return ERR_MEM; in pppoe_send_padi()
916 return ERR_MEM; in pppoe_send_padr()
956 return ERR_MEM; in pppoe_send_padt()
995 return ERR_MEM; in pppoe_send_pado()
1032 return ERR_MEM; in pppoe_send_pads()
A Dppp.c780 return ERR_MEM; in pppifOutputOverEthernet()
858 return ERR_MEM; in pppifOutput()
946 return ERR_MEM; in pppifOutput()
/lk-master/external/lib/lwip/core/snmp/
A Dmsg_out.c172 if (err == ERR_MEM) in snmp_send_response()
175 err = ERR_MEM; in snmp_send_response()
192 return ERR_MEM; in snmp_send_response()
273 return ERR_MEM; in snmp_send_trap()
A Dmsg_in.c141 if (err_ret == ERR_MEM) in snmp_ok_response()
/lk-master/external/lib/lwip/
A Dnetif.c37 case ERR_NO_MEMORY: return ERR_MEM; in local_linkoutput()
A Dsys_arch.c79 return ERR_MEM; in sys_mbox_new()
/lk-master/platform/armemu/
A Dnet.c329 return ERR_MEM; in ethernetif_init()

Completed in 37 milliseconds

12