Home
last modified time | relevance | path

Searched refs:pOptions (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp48 int HasInitialized(PDhcpOptionList pOptions) in HasInitialized() argument
50 if (!pOptions) { in HasInitialized()
54 if (pOptions->first != nullptr) { in HasInitialized()
60 int InitOptionList(PDhcpOptionList pOptions) in InitOptionList() argument
63 if (!pOptions) { in InitOptionList()
66 if (pOptions->first != nullptr && pOptions->first == pOptions->last) { in InitOptionList()
77 pOptions->size = 0; in InitOptionList()
78 pOptions in InitOptionList()
85 PushBackOption(PDhcpOptionList pOptions, PDhcpOption pOption) PushBackOption() argument
112 PushFrontOption(PDhcpOptionList pOptions, PDhcpOption pOption) PushFrontOption() argument
142 RemoveOption(PDhcpOptionList pOptions, uint8_t code) RemoveOption() argument
167 GetOptionNode(PDhcpOptionList pOptions, uint8_t code) GetOptionNode() argument
179 GetOption(PDhcpOptionList pOptions, uint8_t code) GetOption() argument
188 ClearOptions(PDhcpOptionList pOptions) ClearOptions() argument
212 FreeOptionList(PDhcpOptionList pOptions) FreeOptionList() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h53 int InitOptionList(PDhcpOptionList pOptions);
54 int HasInitialized(PDhcpOptionList pOptions);
55 int PushBackOption(PDhcpOptionList pOptions, PDhcpOption option);
56 int PushFrontOption(PDhcpOptionList pOptions, PDhcpOption option);
57 int RemoveOption(PDhcpOptionList pOptions, uint8_t code);
58 PDhcpOptionNode GetOptionNode(PDhcpOptionList pOptions, uint8_t code);
59 PDhcpOption GetOption(PDhcpOptionList pOptions, uint8_t code);
60 void ClearOptions(PDhcpOptionList pOptions);
61 void FreeOptionList(PDhcpOptionList pOptions);

Completed in 2 milliseconds