Searched refs:LWIP_MAX_UDP_RAW_SEND_SIZE (Results 1 – 2 of 2) sorted by relevance
56 #define LWIP_MAX_UDP_RAW_SEND_SIZE 65332 macro
1840 if (ret < 0 || ret > (int)(LWIP_MAX_UDP_RAW_SEND_SIZE - sizeof(struct icmp_echo_hdr))) { in osShellPing()1842 LWIP_MAX_UDP_RAW_SEND_SIZE - sizeof(struct icmp_echo_hdr)); in osShellPing()