Searched refs:refused_data (Results 1 – 4 of 4) sorted by relevance
532 if (pcb->refused_data != NULL) { in tcp_shutdown()533 pbuf_free(pcb->refused_data); in tcp_shutdown()534 pcb->refused_data = NULL; in tcp_shutdown()1552 while (pcb->refused_data != NULL) in tcp_process_refused_data()1559 struct pbuf *refused_data = pcb->refused_data; in tcp_process_refused_data() local1562 pcb->refused_data = rest; in tcp_process_refused_data()1564 pcb->refused_data = NULL; in tcp_process_refused_data()1599 pcb->refused_data = refused_data; in tcp_process_refused_data()2149 if (pcb->refused_data != NULL) { in tcp_pcb_purge()2151 pbuf_free(pcb->refused_data); in tcp_pcb_purge()[all …]
422 if (pcb->refused_data != NULL) {424 ((pcb->refused_data != NULL) && (tcplen > 0))) {486 LWIP_ASSERT("pcb->refused_data == NULL", pcb->refused_data == NULL);518 pcb->refused_data = recv_data;532 if (pcb->refused_data != NULL) {534 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;
344 struct pbuf *refused_data; /* Data previously received but not yet taken by upper layer */ member
1900 refusing 'refused_data' again.
Completed in 20 milliseconds