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.c60 static uint8_t *dhcp_opt_buffer = NULL; variable
252 free(dhcp_opt_buffer); in free_option_buffer()
272 if (!dhcp_opt_buffer) { in get_option()
273 dhcp_opt_buffer = xmalloc(sizeof(struct dhcp_message)); in get_option()
277 bp = dhcp_opt_buffer; in get_option()
321 return (const uint8_t *)dhcp_opt_buffer; in get_option()