Home
last modified time | relevance | path

Searched refs:ip6_hdr (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h390 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…
Dip6.h92 struct ip6_hdr { struct
Dtcp_subr.c294 tcp_respond(struct tcpcb *tp, otInstance* instance, struct ip6_hdr* ip6gen, struct tcphdr *thgen, in tcp_respond()
Dtcp_timer.c140 tcp_respond(tp, tp->instance, (struct ip6_hdr*) t_template.tt_ipgen, in tcp_timer_keep()
Dtcp_input.c105 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()
Dtcp_output.c716 hdrlen = sizeof (struct ip6_hdr) + sizeof (struct tcphdr); in tcp_output()
/openthread-latest/src/core/net/
Dtcp6.cpp624 struct ip6_hdr *ip6Header; in HandleMessage()
643 ip6Header = reinterpret_cast<struct ip6_hdr *>(&aIp6Header); in HandleMessage()