Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep-control.c85 return control_queue(fd, UNCONST(VERSION), in ps_ctl_handleargs()
89 return control_queue(fd, UNCONST(fd->ctx->cffile), in ps_ctl_handleargs()
180 if (control_queue(ctx->ps_control_client, in ps_ctl_recv()
209 if (control_queue(fd, buf, (size_t)len)== -1) in ps_ctl_listen()
H A Dcontrol.h77 int control_queue(struct fd_list *, void *, size_t);
H A Dscript.c590 return control_queue(fd, ctx->script_buf, (size_t)len); in send_interface1()
794 if (control_queue(fd, ctx->script_buf, ctx->script_buflen)== -1) in script_runreason()
H A Dcontrol.c581 control_queue(struct fd_list *fd, void *data, size_t data_len) in control_queue() function
H A Ddhcpcd.c1540 return control_queue(fd, UNCONST(VERSION), in dhcpcd_handleargs()
1543 return control_queue(fd, UNCONST(fd->ctx->cffile), in dhcpcd_handleargs()