Home
last modified time | relevance | path

Searched refs:DhcpOptionNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h37 typedef struct DhcpOptionNode DhcpOptionNode; typedef
38 struct DhcpOptionNode { struct
39 struct DhcpOptionNode *previous; argument
40 struct DhcpOptionNode *next; argument
43 typedef struct DhcpOptionNode *PDhcpOptionNode; argument
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp31 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()
H A Ddhcp_s_server.cpp1520 DhcpOptionNode *pNode = srvIns->addressPool.fixedOptions.first->next; in AppendFixedOptions()
1940 DhcpOptionNode *pNode = config->options.first->next; in InitServerFixedOptions()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_option_test.cpp108 DhcpOptionNode *node = GetOptionNode(&options, DHCP_MESSAGE_TYPE_OPTION);