Searched refs:tempPcb (Results 1 – 1 of 1) sorted by relevance
1501 struct SpungePcb *tempPcb = FILLP_NULL_PTR; in FillpSendConnReqAck() local1508 tempPcb = &SPUNGE_GET_CUR_INSTANCE()->tempSpcb; in FillpSendConnReqAck()1509 (void)memset_s(tempPcb, sizeof(struct SpungePcb), 0, sizeof(struct SpungePcb)); in FillpSendConnReqAck()1520 …*((struct sockaddr_in *)&tempPcb->remoteAddr) = *((struct sockaddr_in *)&stateCookie->remoteSockIp… in FillpSendConnReqAck()1521 tempPcb->addrType = AF_INET; in FillpSendConnReqAck()1522 tempPcb->addrLen = sizeof(struct sockaddr_in); in FillpSendConnReqAck()1524 tempPcb->remoteAddr = *(struct sockaddr_in6 *)&stateCookie->remoteSockIpv6Addr; in FillpSendConnReqAck()1525 tempPcb->addrType = AF_INET6; in FillpSendConnReqAck()1526 tempPcb->addrLen = sizeof(struct sockaddr_in6); in FillpSendConnReqAck()1529 ret = pcb->sendFunc(conn, (char *)g_rawMsg, (FILLP_INT)dataLen, tempPcb); in FillpSendConnReqAck()[all …]