Searched defs:aOptCode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp277 uint32_t aOptCode, const DhcpOptValue &aOptValue)
291 aEncoded = Utf8StrFmt("%d:%s", aOptCode, aOptValue.text.c_str());
304 aEncoded = Utf8StrFmt("%d=%s", aOptCode, aOptValue.text.c_str());
315 aEncoded = Utf8StrFmt("%d@%d=%s", aOptCode, (int)aOptValue.encoding,
276 encodeOption(com::Utf8Str &aEncoded, uint32_t aOptCode, const DhcpOptValue &aOptValue) argument

Completed in 894 milliseconds