Searched refs:TCP_PRIO_NORMAL (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h416 #define TCP_PRIO_NORMAL 64 macro
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp.c997 pcb->prio = TCP_PRIO_NORMAL;
1052 return tcp_alloc(TCP_PRIO_NORMAL);
/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_server.c638 tcp_setprio(tpcb, TCP_PRIO_NORMAL);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h117 #define TCP_PRIO_NORMAL 64 macro
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp.c1657 return tcp_alloc(TCP_PRIO_NORMAL);
1675 pcb = tcp_alloc(TCP_PRIO_NORMAL);

Completed in 46 milliseconds