Searched refs:DHCP_OPTION_SIZE (Results 1 – 4 of 4) sorted by relevance
22 #define DHCP_OPTION_SIZE 256 macro33 uint8_t data[DHCP_OPTION_SIZE];
247 if (flen > (DHCP_OPTION_SIZE - 1)) { in FillOption()248 flen = DHCP_OPTION_SIZE - 1; in FillOption()278 if (flen > (DHCP_OPTION_SIZE)) { in FillOptionData()279 flen = DHCP_OPTION_SIZE; in FillOptionData()
1737 …uint8_t *maxPos = (((uint8_t *)current) + (DHCP_OPTION_SIZE - MAGIC_COOKIE_LENGTH - OPT_HEADER_LEN… in ParseMessageOptions()1821 while (pNode && (uint32_t)pNode->option.length < DHCP_OPTION_SIZE) { in ParseReplyOptions()
192 while (pNode && (uint32_t)pNode->option.length < DHCP_OPTION_SIZE) { in ParseDhcpOptions()