Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
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;
585 if (inseg.p != NULL) {
586 pbuf_free(inseg.p);
587 inseg.p = NULL;
962 …P_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->d…
1029 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des…
[all …]