OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:control_queuef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
control.h
92
ssize_t
control_queuef
(struct fd_list *, const void *, size_t, unsigned int);
control.c
678
control_queuef
(struct fd_list *fd, const void *data, size_t data_len,
function
742
return
control_queuef
(fd, data, data_len, FD_DATA_SENDLEN);
808
return
control_queuef
(fd, &err, sizeof(err), 0);
privsep-control.c
236
if (
control_queuef
(fdl, ctx->io_buf, (size_t)msglen, 0) == -1)
dhcpcd.c
1688
if (
control_queuef
(fd, &error, sizeof(error), 0) == -1) {
1689
logerr("%s:
control_queuef
", __func__);
1717
if (
control_queuef
(fd, &nifaces, sizeof(nifaces), 0) == -1)
1805
if (
control_queuef
(fd, &error, sizeof(error), 0) == -1) {
1806
logerr("%s:
control_queuef
", __func__);
Completed in 91 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026