Home
last modified time | relevance | path

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

/external/dhcpcd/
Dshowlease.c142 static uint8_t *dhcp_opt_buffer = NULL; variable
182 free(dhcp_opt_buffer); in free_option_buffer()
203 if (!dhcp_opt_buffer) { in get_option()
204 dhcp_opt_buffer = malloc(sizeof(struct dhcp_message)); in get_option()
208 bp = dhcp_opt_buffer; in get_option()
252 return (const uint8_t *)&dhcp_opt_buffer; in get_option()
Ddhcp.c58 static uint8_t *dhcp_opt_buffer = NULL; variable
248 free(dhcp_opt_buffer); in free_option_buffer()
268 if (!dhcp_opt_buffer) { in get_option()
269 dhcp_opt_buffer = xmalloc(sizeof(struct dhcp_message)); in get_option()
273 bp = dhcp_opt_buffer; in get_option()
317 return (const uint8_t *)&dhcp_opt_buffer; in get_option()