Home
last modified time | relevance | path

Searched refs:TCP_PRIO_NORMAL (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcpbase.h77 #define TCP_PRIO_NORMAL 64 macro
/third_party/lwip/src/core/
Dtcp.c1949 return tcp_alloc(TCP_PRIO_NORMAL); in tcp_new()
1968 pcb = tcp_alloc(TCP_PRIO_NORMAL); in tcp_new_ip_type()