Home
last modified time | relevance | path

Searched refs:tcp_backlog_delayed (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h457 void tcp_backlog_delayed(struct tcp_pcb* pcb);
461 #define tcp_backlog_delayed(pcb) macro
/third_party/lwip/
DUPGRADING77 … Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed()/
DCHANGELOG789 do), call tcp_backlog_delayed()/tcp_backlog_accepted() (fixes bug #46696)
/third_party/lwip/src/core/
Dtcp.c452 tcp_backlog_delayed(struct tcp_pcb *pcb) in tcp_backlog_delayed() function
/third_party/lwip/src/api/
Dapi_msg.c603 tcp_backlog_delayed(newpcb);