Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_in.c62 static struct tcp_seg inseg; variable
280 inseg.next = NULL; in tcp_input()
281 inseg.len = p->tot_len; in tcp_input()
282 inseg.p = p; in tcp_input()
283 inseg.tcphdr = tcphdr; in tcp_input()
398 if (inseg.p != NULL) in tcp_input()
400 pbuf_free(inseg.p); in tcp_input()
401 inseg.p = NULL; in tcp_input()
689 …P_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->d… in tcp_process()
744 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des… in tcp_process()
[all …]