OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcp_writefile
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
dhcp-common.h
144
ssize_t
dhcp_writefile
(struct dhcpcd_ctx *, const char *, mode_t, const void *,
duid.c
231
if (
dhcp_writefile
(ctx, DUID, 0640, line, slen) == -1) {
dhcp-common.c
1222
dhcp_writefile
(struct dhcpcd_ctx *ctx, const char *file, mode_t mode,
function
ipv6.c
188
if (
dhcp_writefile
(ctx, SECRET, S_IRUSR, line, len) == -1) {
dhcp.c
2494
if (
dhcp_writefile
(ifp->ctx, state->leasefile, 0640, state->new,
2496
logerr("
dhcp_writefile
: %s", state->leasefile);
dhcp6.c
3361
if (
dhcp_writefile
(ifp->ctx, state->leasefile, 0640,
3363
logerr("
dhcp_writefile
: %s", state->leasefile);
Completed in 28 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026