Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp532 struct tcpcb_listen *tpl = &GetTcbListen(); in Initialize() local
553 struct tcpcb_listen *tpl = &GetTcbListen(); in Listen() local
568 struct tcpcb_listen *tpl = &GetTcbListen(); in StopListening() local
599 const struct tcpcb_listen *tpl = &GetTcbListen(); in Matches() local
673 struct tcpcb_listen *tpl = &listener->GetTcbListen(); in HandleMessage() local
785 struct tcpcb_listen *tpl = &listener.GetTcbListen(); in CanBind() local
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c438 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl, in tcp_input()