Searched refs:tcp_dropwithreset (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 401 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()
|
D | tcp_var.h | 597 void tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instan…
|
/openthread-latest/src/core/net/ |
D | tcp6.cpp | 685 …tcp_dropwithreset(ip6Header, tcpHeader, nullptr, &InstanceLocator::GetInstance(), length - headerS… in HandleMessage()
|