Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c250 fp = open_memstream(&ctx->script_buf, &ctx->script_buflen); in make_env()
549 if (ctx->script_buflen < buf_len) { in make_env()
554 ctx->script_buflen = buf_len; in make_env()
794 if (control_queue(fd, ctx->script_buf, ctx->script_buflen)== -1) in script_runreason()
H A Ddhcpcd.h171 size_t script_buflen; member