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

  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 325 extern struct tcp_pcb *tcp_tmp_pcb; /* Only used for temporary storage. */
341 for(tcp_tmp_pcb = *(pcbs); \
342 tcp_tmp_pcb != NULL; \
343 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
344 LWIP_ASSERT("TCP_REG: already registered\n", tcp_tmp_pcb != (npcb)); \
358 } else for(tcp_tmp_pcb = *(pcbs); tcp_tmp_pcb != NULL; tcp_tmp_pcb = tcp_tmp_pcb->next) {
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp.c 98 struct tcp_pcb *tcp_tmp_pcb; variable in typeref:struct:tcp_pcb
    [all...]

Completed in 144 milliseconds