Home
last modified time | relevance | path

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

/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() local
182 if ((nFlag == OPTION_FIELD) && (nOver & FILE_FIELD)) { in GetDhcpOption()
186 nFlag = FILE_FIELD; in GetDhcpOption()
187 } else if ((nFlag == FILE_FIELD) && (nOver & SNAME_FIELD)) { in GetDhcpOption()
191 nFlag = SNAME_FIELD; in GetDhcpOption()

Completed in 1 milliseconds