HomeSort by relevance Sort by last modified time
    Searched refs:tcp_bound_pcbs (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
tcp.c 82 struct tcp_pcb *tcp_bound_pcbs; variable in typeref:struct:tcp_pcb
94 struct tcp_pcb ** const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,
177 TCP_RMV(&tcp_bound_pcbs, pcb);
449 TCP_REG(&tcp_bound_pcbs, pcb);
523 TCP_RMV(&tcp_bound_pcbs, pcb);
732 TCP_RMV(&tcp_bound_pcbs, pcb);
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 318 extern struct tcp_pcb *tcp_bound_pcbs;
346 LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \

Completed in 472 milliseconds