Searched refs:tcpcb_listen (Results 1 – 5 of 5) sorted by relevance
/external/openthread/src/core/net/ |
D | tcp6.hpp | 56 struct tcpcb_listen; 499 static Listener &FromTcbListen(struct tcpcb_listen &aTcbListen) in FromTcbListen() 507 …struct tcpcb_listen &GetTcbListen(void) { return *reinterpret_cast<struct tcpcb_listen *>(&mTcbLis… in GetTcbListen() 512 const struct tcpcb_listen &GetTcbListen(void) const in GetTcbListen() 514 return *reinterpret_cast<const struct tcpcb_listen *>(&mTcbListen); in GetTcbListen()
|
D | tcp6.cpp | 66 static_assert(sizeof(struct tcpcb_listen) == sizeof(Tcp::Listener::mTcbListen), 68 static_assert(alignof(struct tcpcb_listen) == alignof(decltype(Tcp::Listener::mTcbListen)), 526 struct tcpcb_listen *tpl = &GetTcbListen(); in Initialize() 534 memset(tpl, 0x00, sizeof(struct tcpcb_listen)); in Initialize() 550 struct tcpcb_listen *tpl = &GetTcbListen(); in Listen() 565 struct tcpcb_listen *tpl = &GetTcbListen(); in StopListening() 602 const struct tcpcb_listen *tpl = &GetTcbListen(); in Matches() 676 struct tcpcb_listen *tpl = &listener->GetTcbListen(); in HandleMessage() 780 struct tcpcb_listen *tpl = &listener.GetTcbListen(); in CanBind() 1006 struct tcpcb *tcplp_sys_accept_ready(struct tcpcb_listen *aTcbListen, struct in6_addr *aAddr, uint1… in tcplp_sys_accept_ready() [all …]
|
/external/openthread/third_party/tcplp/ |
D | tcplp.h | 76 struct tcpcb *tcplp_sys_accept_ready(struct tcpcb_listen *tpl, struct in6_addr *addr, uint16_t port… 77 bool tcplp_sys_accepted_connection(struct tcpcb_listen *tpl,
|
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 134 struct tcpcb_listen { struct 186 struct tcpcb_listen* accepted_from; 579 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl,
|
D | tcp_input.c | 433 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl, in tcp_input()
|