Home
last modified time | relevance | path

Searched refs:inseg (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_in.c74 static struct tcp_seg inseg; variable
425 inseg.next = NULL;
426 inseg.len = p->tot_len;
427 inseg.p = p;
428 inseg.tcphdr = tcphdr;
584 /* give up our reference to inseg.p */
585 if (inseg.p != NULL) {
586 pbuf_free(inseg.p);
587 inseg.p = NULL;
962 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg
[all...]

Completed in 2 milliseconds