Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c401 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset() function
1005 tcp_dropwithreset(ip6, th, tp, tp->instance, tlen, rstreason); in tcp_input()
1007 tcp_dropwithreset(ip6, th, NULL, tpl->instance, tlen, rstreason); in tcp_input()
2762 tcp_dropwithreset(ip6, th, tp, instance, tlen, rstreason); in tcp_do_segment()
2764 tcp_dropwithreset(ip6, th, NULL, instance, tlen, rstreason); in tcp_do_segment()
Dtcp_var.h597 void tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instan…
/openthread-latest/src/core/net/
Dtcp6.cpp685tcp_dropwithreset(ip6Header, tcpHeader, nullptr, &InstanceLocator::GetInstance(), length - headerS… in HandleMessage()