Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/
Dtcplp.h78 bool tcplp_sys_accepted_connection(struct tcpcb_listen *aTcbListen,
/openthread-latest/src/core/net/
Dtcp6.cpp1035 bool tcplp_sys_accepted_connection(struct tcpcb_listen *aTcbListen, in tcplp_sys_accepted_connection() function
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c2021 … bool accepted = tcplp_sys_accepted_connection(tp->accepted_from, tp, &ip6->ip6_src, th->th_sport); in tcp_do_segment()