Searched refs:findOption (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | Config.cpp | 284 return ConfigurationManager::findOption(RTNET_DHCP_OPT_PARAM_REQ_LIST, pDhcpMsg, cbDhcpMsg, rawOpt); 338 ConfigurationManager::findOption(uint8_t uOption, PCRTNETBOOTP pDhcpMsg, size_t cbDhcpMsg, RawOption& opt) function in class:ConfigurationManager 432 int rc = findOption(RTNET_DHCP_OPT_REQ_ADDR, pDhcpMsg, cbDhcpMsg, opt);
|
H A D | Config.h | 458 static int findOption(uint8_t uOption, PCRTNETBOOTP pDhcpMsg, size_t cbDhcpMsg, RawOption& opt);
|
Completed in 4562 milliseconds