Searched refs:TCP_PRIO_MAX (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/ | ||
D | tcpbase.h | 78 #define TCP_PRIO_MAX 127 macro |
/third_party/lwip/src/core/ | ||
D | tcp.c | 1713 mprio = LWIP_MIN(TCP_PRIO_MAX, prio); in tcp_kill_prio() |