Searched refs:DhcpOptionNode (Results 1 – 4 of 4) sorted by relevance
37 typedef struct DhcpOptionNode DhcpOptionNode; typedef38 struct DhcpOptionNode { struct39 struct DhcpOptionNode *previous; argument40 struct DhcpOptionNode *next; argument43 typedef struct DhcpOptionNode *PDhcpOptionNode; argument
31 DhcpOptionNode *pNode = (DhcpOptionNode *)calloc(1, sizeof(DhcpOptionNode)); in CreateOptionNode()71 DhcpOptionNode *pNode = (DhcpOptionNode *)calloc(1, sizeof(DhcpOptionNode)); in InitOptionList()99 DhcpOptionNode *pNode = CreateOptionNode(pOption); in PushBackOption()150 DhcpOptionNode *pNode = GetOptionNode(pOptions, code); in RemoveOption()193 DhcpOptionNode *pNode = pOptions->first->next; in ClearOptions()220 DhcpOptionNode *pNode = pOptions->first->next; in FreeOptionList()
1520 DhcpOptionNode *pNode = srvIns->addressPool.fixedOptions.first->next; in AppendFixedOptions()1940 DhcpOptionNode *pNode = config->options.first->next; in InitServerFixedOptions()
108 DhcpOptionNode *node = GetOptionNode(&options, DHCP_MESSAGE_TYPE_OPTION);