Home
last modified time | relevance | path

Searched refs:tcp_input (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/third_party/tcplp/
H A DCMakeLists.txt34 bsdtcp/tcp_input.c
/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6.cpp674 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, tp, nullptr, &sig); in HandleMessage()
689 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, nullptr, tpl, &sig); in HandleMessage()
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_var.h599 int tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpc…
H A Dtcp_input.c438 tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_li… in tcp_input() function