Searched refs:ip6_hdr (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 390 tcp_respond(struct tcpcb *tp, otInstance* instance, struct ip6_hdr* ip6gen, struct tcphdr *thgen, 597 void tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instan… 599 int tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpc…
|
D | ip6.h | 92 struct ip6_hdr { struct
|
D | tcp_subr.c | 294 tcp_respond(struct tcpcb *tp, otInstance* instance, struct ip6_hdr* ip6gen, struct tcphdr *thgen, in tcp_respond()
|
D | tcp_timer.c | 140 tcp_respond(tp, tp->instance, (struct ip6_hdr*) t_template.tt_ipgen, in tcp_timer_keep()
|
D | tcp_input.c | 105 tcp_do_segment(struct ip6_hdr* ip6, struct tcphdr *th, otMessage* msg, 401 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset() 438 tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_li… in tcp_input() 1023 tcp_do_segment(struct ip6_hdr* ip6, struct tcphdr *th, otMessage* msg, in tcp_do_segment()
|
D | tcp_output.c | 716 hdrlen = sizeof (struct ip6_hdr) + sizeof (struct tcphdr); in tcp_output()
|
/openthread-latest/src/core/net/ |
D | tcp6.cpp | 624 struct ip6_hdr *ip6Header; in HandleMessage() 643 ip6Header = reinterpret_cast<struct ip6_hdr *>(&aIp6Header); in HandleMessage()
|