Home
last modified time | relevance | path

Searched refs:tcp_backlog_accepted (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h458 void tcp_backlog_accepted(struct tcp_pcb* pcb);
462 #define tcp_backlog_accepted(pcb) macro
/third_party/lwip/src/core/
Dtcp.c475 tcp_backlog_accepted(struct tcp_pcb *pcb) in tcp_backlog_accepted() function
576 tcp_backlog_accepted(pcb); in tcp_close_shutdown_fin()
773 tcp_backlog_accepted(pcb); in tcp_abandon()
2318 tcp_backlog_accepted(pcb);
Dtcp_in.c973 tcp_backlog_accepted(pcb);
/third_party/lwip/
DUPGRADING78 tcp_backlog_accepted() to explicitly delay backlog handling on a connection pcb
DCHANGELOG789 do), call tcp_backlog_delayed()/tcp_backlog_accepted() (fixes bug #46696)
/third_party/lwip/src/api/
Dapi_msg.c1680 tcp_backlog_accepted(msg->conn->pcb.tcp);