Home
last modified time | relevance | path

Searched defs:tcpcb (Results 1 – 1 of 1) sorted by relevance

/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_var.h180 struct tcpcb { struct
188 struct tcpcb_listen* accepted_from; argument
190 struct lbufhead sendbuf;
191 struct cbufhead recvbuf;
192 uint8_t* reassbmp;
193 int32_t reass_fin_index;
195 struct in6_addr laddr; // local IP address
196 struct in6_addr faddr; // foreign IP address
198 uint16_t lport; // local port, network byte order
199 uint16_t fport; // foreign port, network byte order
[all …]