Home
last modified time | relevance | path

Searched refs:dhcp_opt_buffer (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd/
Dshowlease.c146 static uint8_t *dhcp_opt_buffer = NULL; variable
186 free(dhcp_opt_buffer); in free_option_buffer()
207 if (!dhcp_opt_buffer) { in get_option()
208 dhcp_opt_buffer = malloc(sizeof(struct dhcp_message)); in get_option()
212 bp = dhcp_opt_buffer; in get_option()
256 return (const uint8_t *)&dhcp_opt_buffer; in get_option()