HomeSort by: relevance | last modified time | path
    Searched refs:control_queue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
control.h 93 ssize_t control_queue(struct fd_list *, const void *, size_t);
privsep-control.c 92 return control_queue(fd, VERSION, strlen(VERSION) + 1);
94 return control_queue(fd, fd->ctx->cffile,
98 return control_queue(fd, ret, strlen(ret) + 1);
237 logerr("%s: control_queue", __func__);
296 if (control_queue(fdl, ctx->ps_buf, msglen) == -1)
297 logerr("%s: control_queue", __func__);
script.c 606 return control_queue(fd, ctx->script_buf, (size_t)len);
811 if (control_queue(fd, ctx->script_buf, (size_t)buflen) == -1)
812 logerr("%s: control_queue", __func__);
control.c 740 control_queue(struct fd_list *fd, const void *data, size_t data_len) function
dhcpcd.c 1598 return control_queue(fd, VERSION, strlen(VERSION) + 1);
1600 return control_queue(fd, fd->ctx->cffile,
1609 return control_queue(fd, ret, strlen(ret) + 1);

Completed in 16 milliseconds