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
408 inseg.next = NULL;
409 inseg.len = p->tot_len;
410 inseg.p = p;
411 inseg.tcphdr = tcphdr;
568 if (inseg.p != NULL) {
569 pbuf_free(inseg.p);
570 inseg.p = NULL;
928 …P_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->d…
995 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des…
[all …]