Searched refs:DhcpOptionFormats (Results 1 – 1 of 1) sorted by relevance
22 DHCP_OPTION_FORMAT DhcpOptionFormats[] = { variable130 Right = sizeof (DhcpOptionFormats) / sizeof (DHCP_OPTION_FORMAT) - 1; in DhcpFindOptionFormat()135 if (Tag == DhcpOptionFormats[Middle].Tag) { in DhcpFindOptionFormat()136 return &DhcpOptionFormats[Middle]; in DhcpFindOptionFormat()139 if (Tag < DhcpOptionFormats[Middle].Tag) { in DhcpFindOptionFormat()