Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp334 int nEndIndex = GetEndOptionIndex(pOpts); in AddOptStrToOpts() local
335 if ((nEndIndex + nOptLen + 1) >= DHCP_OPT_SIZE) { in AddOptStrToOpts()
341 if (memcpy_s(pOpts + nEndIndex, nOptLen + 1, pOpt, nOptLen) != EOK) { in AddOptStrToOpts()
344 pOpts[nEndIndex + nOptLen] = END_OPTION; in AddOptStrToOpts()

Completed in 1 milliseconds