Searched refs:ip_ptr (Results 1 – 1 of 1) sorted by relevance
226 tcpip_fillheaders(struct tcpcb* tp, otMessageInfo* ip_ptr, void *tcp_ptr) in tcpip_fillheaders() argument243 memset(ip_ptr, 0x00, sizeof(otMessageInfo)); in tcpip_fillheaders()244 memcpy(&ip_ptr->mSockAddr, &tp->laddr, sizeof(ip_ptr->mSockAddr)); in tcpip_fillheaders()245 memcpy(&ip_ptr->mPeerAddr, &tp->faddr, sizeof(ip_ptr->mPeerAddr)); in tcpip_fillheaders()