Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcpcd.h134 uint8_t *opt_buffer; member
Ddhcp.c178 if (!ctx->opt_buffer) { in get_option()
179 ctx->opt_buffer = in get_option()
182 if (ctx->opt_buffer == NULL) in get_option()
186 bp = ctx->opt_buffer; in get_option()
233 return (const uint8_t *)ctx->opt_buffer; in get_option()
3453 free(ctx->opt_buffer); in dhcp_free()
3455 ctx->opt_buffer = NULL; in dhcp_free()