Searched refs:refLast (Results 1 – 1 of 1) sorted by relevance
511 Payload *refLast = refPacket->payload; in PacketAssemble() local512 while ((refLast != NULL) && (refLast->next != refPacket->tail)) { in PacketAssemble()513 refLast = refLast->next; in PacketAssemble()521 if (refLast != NULL) { in PacketAssemble()522 refLast->next = uplayer->tail; in PacketAssemble()523 uplayer->tail->prev = refLast; in PacketAssemble()