Lines Matching refs:next
44 pNode->previous = pNode->next = 0;
80 pOptions->last->next = nullptr;
105 pOptions->last->next = pNode;
129 pOptions->first->next = pNode;
132 pNode->next = pOptions->first->next;
133 pNode->next->previous = pNode;
135 pOptions->first->next = pNode;
156 pOptions->last->next = nullptr;
158 pNode->next->previous = pNode->previous;
159 pNode->previous->next = pNode->next;
172 PDhcpOptionNode pNode = pOptions->first->next;
174 pNode = pNode->next;
193 DhcpOptionNode *pNode = pOptions->first->next;
197 pOptions->last->next = nullptr;
199 pNode->next->previous = pNode->previous;
200 pNode->previous->next = pNode->next;
203 pNode = pOptions->first->next;
209 pOptions->last->next = nullptr;
220 DhcpOptionNode *pNode = pOptions->first->next;
224 pOptions->last->next = nullptr;
226 pNode->next->previous = pNode->previous;
227 pNode->previous->next = pNode->next;
230 pNode = pOptions->first->next;