Home
last modified time | relevance | path

Searched refs:MEMP_NUM_NETCONN (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/include/
Dlwipopts.h32 #define MEMP_NUM_NETCONN 64 macro
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h329 #ifndef MEMP_NUM_NETCONN
330 #define MEMP_NUM_NETCONN 4 macro
Dmemp_std.h56 LWIP_MEMPOOL(NETCONN, MEMP_NUM_NETCONN, sizeof(struct netconn), "NETCONN")
Dsockets.h292 #define FD_SETSIZE MEMP_NUM_NETCONN
/external/syslinux/core/lwip/src/core/
Dinit.c219 …if (MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB… in lwip_sanity_check()
/external/syslinux/core/lwip/src/api/
Dsockets.c61 #define NUM_SOCKETS MEMP_NUM_NETCONN
/external/syslinux/core/lwip/
DCHANGELOG2189 MEMP_NUM_NETCONN in sockets.c right now.