Searched refs:tpl (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/src/core/net/ |
| D | tcp6.cpp | 532 struct tcpcb_listen *tpl = &GetTcbListen(); in Initialize() local 540 ClearAllBytes(*tpl); in Initialize() 541 tpl->instance = &aInstance; in Initialize() 553 struct tcpcb_listen *tpl = &GetTcbListen(); in Listen() local 557 memcpy(&tpl->laddr, &aSockName.mAddress, sizeof(tpl->laddr)); in Listen() 558 tpl->lport = port; in Listen() 559 tpl->t_state = TCP6S_LISTEN; in Listen() 568 struct tcpcb_listen *tpl = &GetTcbListen(); in StopListening() local 570 ClearAllBytes(tpl->laddr); in StopListening() 571 tpl->lport = 0; in StopListening() [all …]
|
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | generate_visualc_files.pl | 187 my ($tpl, @names) = @_; 191 (my $entry = $tpl) =~ s/{NAME}/$name/g;
|
| /openthread-latest/third_party/tcplp/bsdtcp/ |
| D | tcp_input.c | 438 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl, in tcp_input() argument 470 KASSERT(tp || tpl, ("One of tp and tpl must be positive")); in tcp_input() 649 …KASSERT(tpl != NULL && tpl->t_state == TCP6S_LISTEN, ("listen socket must be in listening state!")… in tcp_input() 813 …tp = tcplp_sys_accept_ready(tpl, &ip6->ip6_src, th->th_sport); // Try to allocate an active socket… in tcp_input() 849 tp->lport = tpl->lport; in tcp_input() 956 tp->accepted_from = tpl; in tcp_input() 964 tp->accepted_from = tpl; in tcp_input() 1007 tcp_dropwithreset(ip6, th, NULL, tpl->instance, tlen, rstreason); in tcp_input()
|
| D | tcp_var.h | 599 …struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_listen* tpl,
|