Searched refs:dhcp_opt_buffer (Results 1 – 1 of 1) sorted by relevance
148 static uint8_t *dhcp_opt_buffer = NULL; variable188 free(dhcp_opt_buffer); in free_option_buffer()209 if (!dhcp_opt_buffer) { in get_option()210 dhcp_opt_buffer = malloc(sizeof(struct dhcp_message)); in get_option()214 bp = dhcp_opt_buffer; in get_option()258 return (const uint8_t *)&dhcp_opt_buffer; in get_option()