Searched refs:TCP_OVERSIZE_CALC_LENGTH (Results 1 – 1 of 1) sorted by relevance
122 #ifndef TCP_OVERSIZE_CALC_LENGTH123 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE) macro259 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length))); in tcp_pbuf_prealloc()