Home
last modified time | relevance | path

Searched refs:tcplp_sys_accept_ready (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/
Dtcplp.h77 struct tcpcb *tcplp_sys_accept_ready(struct tcpcb_listen *aTcbListen, struct in6_addr *aAddr, uint1…
/openthread-latest/src/core/net/
Dtcp6.cpp988 struct tcpcb *tcplp_sys_accept_ready(struct tcpcb_listen *aTcbListen, struct in6_addr *aAddr, uint1… in tcplp_sys_accept_ready() function
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c813 …tp = tcplp_sys_accept_ready(tpl, &ip6->ip6_src, th->th_sport); // Try to allocate an active socket… in tcp_input()