Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h93 #define DHCP_OPT_SIZE 308 macro
354 uint8_t options[DHCP_OPT_SIZE];
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp162 int nIndex = 0, maxLen = DHCP_OPT_SIZE, nOver = 0, nFinished = 0, nFlag = OPTION_FIELD; in GetDhcpOption()
335 if ((nEndIndex + nOptLen + 1) >= DHCP_OPT_SIZE) { in AddOptStrToOpts()

Completed in 3 milliseconds