Searched refs:ip6info (Results 1 – 3 of 3) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_timewait.c | 152 otMessageInfo ip6info; in tcp_twrespond() local 153 memset(&ip6info, 0x00, sizeof(ip6info)); in tcp_twrespond() 155 memcpy(&ip6info.mSockAddr, &tp->laddr, sizeof(ip6info.mSockAddr)); in tcp_twrespond() 156 memcpy(&ip6info.mPeerAddr, &tp->faddr, sizeof(ip6info.mPeerAddr)); in tcp_twrespond() 169 tcplp_sys_send_message(tp->instance, message, &ip6info); in tcp_twrespond()
|
D | tcp_subr.c | 298 otMessageInfo ip6info; in tcp_respond() local 307 memset(&ip6info, 0x00, sizeof(otMessageInfo)); in tcp_respond() 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() 328 tcplp_sys_send_message(instance, message, &ip6info); in tcp_respond()
|
D | tcp_output.c | 935 otMessageInfo ip6info; in tcp_output() local 936 tcpip_fillheaders(tp, &ip6info, th); in tcp_output() 986 ip6info.mEcn = OT_ECN_CAPABLE_0; in tcp_output() 1125 tcplp_sys_send_message(tp->instance, message, &ip6info); in tcp_output()
|