Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dtcp6.hpp56 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()
Dtcp6.cpp66 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/
Dtcplp.h76 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/
Dtcp_var.h134 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,
Dtcp_input.c433 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl, in tcp_input()