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

  /external/syslinux/core/lwip/src/core/
tcp.c 143 if ((pcb->refused_data != NULL) || (pcb->rcv_wnd != TCP_WND)) {
285 if (pcb->refused_data != NULL) {
286 pbuf_free(pcb->refused_data);
287 pcb->refused_data = NULL;
1000 if (pcb->refused_data != NULL) {
1004 TCP_EVENT_RECV(pcb, pcb->refused_data, ERR_OK, err);
1006 pcb->refused_data = NULL;
    [all...]
tcp_in.c 301 if (pcb->refused_data != NULL) {
304 TCP_EVENT_RECV(pcb, pcb->refused_data, ERR_OK, err);
306 pcb->refused_data = NULL;
349 LWIP_ASSERT("pcb->refused_data == NULL", pcb->refused_data == NULL);
369 pcb->refused_data = recv_data;
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 246 struct pbuf *refused_data; /* Data previously received but not yet taken by upper layer */ member in struct:tcp_pcb

Completed in 64 milliseconds