Home
last modified time | relevance | path

Searched refs:accepts_pending (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h290 u8_t accepts_pending; member
333 (((struct tcp_pcb_listen *)(pcb))->accepts_pending--); } while(0)
/external/syslinux/core/lwip/src/core/
Dtcp.c530 lpcb->accepts_pending = 0; in tcp_listen_with_backlog()
1383 lpcb->accepts_pending > 0); in tcp_pcb_purge()
1384 lpcb->accepts_pending--; in tcp_pcb_purge()
Dtcp_in.c459 if (pcb->accepts_pending >= pcb->backlog) { in tcp_listen_input()
474 pcb->accepts_pending++; in tcp_listen_input()