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

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp1160 uint8_t u8Req; local
1165 u8Req = opt.u8OptId = pu8ReqList[idxParam];
1167 switch(u8Req)
1179 g_ConfigurationManager->getAddressList(u8Req);
1197 std::string domainName = g_ConfigurationManager->getString(u8Req);
1212 DhcpOptionMap::const_iterator it = OptMap.find((int)u8Req);
1215 Log(("opt: %d is ignored\n", u8Req));

Completed in 54 milliseconds