Searched refs:MEMP_NUM_UDP_PCB (Results 1 – 4 of 4) sorted by relevance
110 #if (LWIP_UDP && (MEMP_NUM_UDP_PCB<=0))281 #if MEMP_NUM_NETCONN > (MEMP_NUM_TCP_PCB+MEMP_NUM_TCP_PCB_LISTEN+MEMP_NUM_UDP_PCB+MEMP_NUM_RAW_PCB)
46 LWIP_MEMPOOL(UDP_PCB, MEMP_NUM_UDP_PCB, sizeof(struct udp_pcb), "UDP_PCB")
427 #if !defined MEMP_NUM_UDP_PCB || defined __DOXYGEN__428 #define MEMP_NUM_UDP_PCB 4 macro
25 Increase MEMP_NUM_UDP_PCB by 1. MDNS needs one PCB.