OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accepts_pending
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
tcp.h
290
u8_t
accepts_pending
;
member in struct:tcp_pcb_listen
333
(((struct tcp_pcb_listen *)(pcb))->
accepts_pending
--); } while(0)
/external/syslinux/core/lwip/src/core/
tcp.c
530
lpcb->
accepts_pending
= 0;
[
all
...]
tcp_in.c
459
if (pcb->
accepts_pending
>= pcb->backlog) {
474
pcb->
accepts_pending
++;
[
all
...]
/external/syslinux/core/lwip/
CHANGELOG
[
all
...]
Completed in 639 milliseconds