Lines Matching refs:src
156 tcphdr->src = ntohs(tcphdr->src);
174 if (pcb->remote_port == tcphdr->src &&
199 if (pcb->remote_port == tcphdr->src &&
413 tcphdr->dest, tcphdr->src);
457 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
459 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection request %"U16_F" -> %"U16_F".\n", tcphdr->src, tcphdr->dest));
482 npcb->remote_port = tcphdr->src;
546 tcphdr->dest, tcphdr->src);
680 tcphdr->dest, tcphdr->src);
689 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
723 tcphdr->dest, tcphdr->src);
744 ("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
761 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: FIN_WAIT_2 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
772 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: CLOSING %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
782 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: LAST_ACK %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));