HomeSort by relevance Sort by last modified time
    Searched refs:ERR_MEM (Results 1 - 25 of 25) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
err.h 53 #define ERR_MEM -1 /* Out of memory error. */
  /external/syslinux/core/lwip/src/api/
tcpip.c 178 return ERR_MEM;
186 return ERR_MEM;
213 return ERR_MEM;
224 return ERR_MEM;
239 * @return ERR_MEM on memory error, ERR_OK otherwise
249 return ERR_MEM;
268 * @return ERR_MEM on memory error, ERR_OK otherwise
278 return ERR_MEM;
api_msg.c 253 return ERR_MEM;
448 return ERR_MEM;
464 return ERR_MEM;
492 msg->err = ERR_MEM;
502 msg->err = ERR_MEM;
520 msg->err = ERR_MEM;
1068 msg->err = ERR_MEM;
    [all...]
netbuf.c 147 * ERR_MEM if data couldn't be referenced due to lack of memory
159 return ERR_MEM;
api_lib.c 470 NETCONN_SET_SAFE_ERR(conn, ERR_MEM);
471 return ERR_MEM;
708 * ERR_MEM: memory error, try again later
sockets.c 137 ENOMEM, /* ERR_MEM -1 Out of memory error. */
878 err = ERR_MEM;
906 err = ERR_MEM;
    [all...]
  /external/syslinux/core/lwip/src/core/
raw.c 219 return ERR_MEM;
232 return ERR_MEM;
tcp_out.c 309 return ERR_MEM;
322 return ERR_MEM;
402 * return ERR_MEM and not change anything in pcb. Therefore, all
701 return ERR_MEM;
733 return ERR_MEM;
753 return ERR_MEM;
760 return ERR_MEM;
769 return ERR_MEM;
    [all...]
dns.c 416 * @return ERR_OK if succeeded or ERR_MEM on memory error
428 return ERR_MEM;
625 err = ERR_MEM;
894 return ERR_MEM;
netif.c 86 * ERR_MEM if private data couldn't be allocated
585 * ERR_MEM if the pbuf used to copy the packet couldn't be allocated
615 return ERR_MEM;
626 return ERR_MEM;
dhcp.c 622 * - ERR_MEM - Out of memory
646 return ERR_MEM;
655 return ERR_MEM;
677 return ERR_MEM;
691 return ERR_MEM;
    [all...]
udp.c 374 * - ERR_MEM. Out of memory.
521 return ERR_MEM;
    [all...]
tcp_in.c 471 return ERR_MEM;
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 700 return ERR_MEM;
740 return ERR_MEM;
748 return ERR_MEM;
761 return ERR_MEM;
784 return ERR_MEM;
791 return ERR_MEM;
836 return ERR_MEM;
igmp.c 215 return ERR_MEM;
568 return ERR_MEM;
autoip.c 320 return ERR_MEM;
  /external/syslinux/core/lwip/src/netif/
ethernetif.c 117 * @note Returning ERR_MEM here if a DMA queue of your MAC is full can lead to
272 * ERR_MEM if private data couldn't be allocated
285 return ERR_MEM;
etharp.c 254 * @return The ARP entry index that matched or is created, ERR_MEM if no
338 return (s8_t)ERR_MEM;
375 return (s8_t)ERR_MEM;
437 * - ERR_MEM If we could not add a new ARP entry when ETHARP_FLAG_TRY_HARD was set.
543 * ERR_MEM: entry wasn't found
    [all...]
slipif.c 290 * ERR_MEM if no memory could be allocated,
306 return ERR_MEM;
undiif.c 457 * @note Returning ERR_MEM here if a DMA queue of your MAC is full can lead to
564 * ERR_MEM if the ARP packet couldn't be allocated
584 return ERR_MEM;
704 * @return The ARP entry index that matched or is created, ERR_MEM if no
829 return (s8_t)ERR_MEM;
871 return (s8_t)ERR_MEM;
925 * - ERR_MEM Hardware address unknown, and no more ARP entries available
927 * - ERR_MEM Could not queue packet due to memory shortage.
935 err_t result = ERR_MEM;
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp_oe.c 151 return ERR_MEM;
699 return ERR_MEM;
916 return ERR_MEM;
956 return ERR_MEM;
995 return ERR_MEM;
1032 return ERR_MEM;
    [all...]
ppp.c 768 return ERR_MEM;
846 return ERR_MEM;
934 return ERR_MEM;
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 107 * @return ERR_OK when success, ERR_MEM if we're out of memory
179 if (err == ERR_MEM)
182 err = ERR_MEM;
199 return ERR_MEM;
210 * @return ERR_OK when success, ERR_MEM if we're out of memory
280 return ERR_MEM;
msg_in.c 126 if (err_ret == ERR_MEM)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 717 ERR_MEM = 4,

Completed in 532 milliseconds