Searched defs:tcpip_conn (Results 1 – 1 of 1) sorted by relevance
197 struct tcpip_conn { struct198 struct eth_addr dst_mac; /**< Specifies the destination MAC. */199 ip_addr_t src_ip; /**< Specifies the source IP address. */200 ip_addr_t dst_ip; /**< Specifies the destination IP address of a TCP/UDP connection.202 u16_t ipid; /**< Retains the same value as identification field in the IP header. */203 u16_t srcport; /**< Specifies the source port address. */204 u16_t dstport; /**< Specifies the destination port address. If connect is not called for a206 u32_t tcpwin; /**< Specifies the TCP window of the last sent TCP packet. For a UDP connection,208 u32_t seqnum; /**< Specifies the TCP sequence number of the last ACKED byte of a TCP connection.210 u32_t acknum; /**< Specifies the TCP Ack number of the last sent packet in the TCP connection.[all …]