Home
last modified time | relevance | path

Searched refs:refused_data (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/core/
A Dtcp.c326 if (pcb->refused_data != NULL) { in tcp_shutdown()
327 pbuf_free(pcb->refused_data); in tcp_shutdown()
328 pcb->refused_data = NULL; in tcp_shutdown()
1070 if (pcb->refused_data != NULL) { in tcp_fasttmr()
1088 u8_t refused_flags = pcb->refused_data->flags; in tcp_process_refused_data()
1091 struct pbuf *refused_data = pcb->refused_data; in tcp_process_refused_data() local
1092 pcb->refused_data = NULL; in tcp_process_refused_data()
1117 pcb->refused_data = refused_data; in tcp_process_refused_data()
1499 if (pcb->refused_data != NULL) { in tcp_pcb_purge()
1501 pbuf_free(pcb->refused_data); in tcp_pcb_purge()
[all …]
A Dtcp_in.c293 if (pcb->refused_data != NULL) { in tcp_input()
295 ((pcb->refused_data != NULL) && (tcplen > 0))) { in tcp_input()
340 LWIP_ASSERT("pcb->refused_data == NULL", pcb->refused_data == NULL); in tcp_input()
357 pcb->refused_data = recv_data; in tcp_input()
365 if (pcb->refused_data != NULL) { in tcp_input()
367 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN; in tcp_input()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h248 struct pbuf *refused_data; /* Data previously received but not yet taken by upper layer */ member

Completed in 8 milliseconds