Searched refs:ip6gen (Results 1 – 2 of 2) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_subr.c | 284 tcp_respond(struct tcpcb *tp, otInstance* instance, struct ip6_hdr* ip6gen, struct tcphdr *thgen, in tcp_respond() argument 308 memcpy(&ip6info.mSockAddr, &ip6gen->ip6_dst, sizeof(ip6info.mSockAddr)); in tcp_respond() 309 memcpy(&ip6info.mPeerAddr, &ip6gen->ip6_src, sizeof(ip6info.mPeerAddr)); in tcp_respond()
|
D | tcp_var.h | 380 tcp_respond(struct tcpcb *tp, otInstance* instance, struct ip6_hdr* ip6gen, struct tcphdr *thgen,
|