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

  /external/syslinux/core/lwip/src/include/lwip/
memp_std.h 43 LWIP_MEMPOOL(TCP_PCB_LISTEN, MEMP_NUM_TCP_PCB_LISTEN, sizeof(struct tcp_pcb_listen), "TCP_PCB_LISTEN")
tcp.h 282 struct tcp_pcb_listen { struct
286 TCP_PCB_COMMON(struct tcp_pcb_listen);
333 (((struct tcp_pcb_listen *)(pcb))->accepts_pending--); } while(0)
tcp_impl.h 315 struct tcp_pcb_listen *listen_pcbs;
  /external/syslinux/core/lwip/src/core/
tcp_in.c 79 static err_t tcp_listen_input(struct tcp_pcb_listen *pcb);
95 struct tcp_pcb_listen *lpcb;
98 struct tcp_pcb_listen *lpcb_any = NULL;
262 ((struct tcp_pcb_listen *)prev)->next = lpcb->next;
433 * @param pcb the tcp_pcb_listen for which a segment arrived
442 tcp_listen_input(struct tcp_pcb_listen *pcb)
    [all...]
tcp.c 485 struct tcp_pcb_listen *lpcb;
509 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);
    [all...]
netif.c 325 struct tcp_pcb_listen *lpcb;

Completed in 230 milliseconds