Home
last modified time | relevance | path

Searched refs:dhcp_writefile (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcp-common.h142 ssize_t dhcp_writefile(struct dhcpcd_ctx *, const char *, mode_t,
H A Dduid.c232 if (dhcp_writefile(ctx, DUID, 0640, line, slen) == -1) { in duid_get()
H A Ddhcp-common.c1018 dhcp_writefile(struct dhcpcd_ctx *ctx, const char *file, mode_t mode, in dhcp_writefile() function
H A Dipv6.c189 if (dhcp_writefile(ctx, SECRET, S_IRUSR, line, len) == -1) { in ipv6_readsecret()
H A Ddhcp6.c3303 if (dhcp_writefile(ifp->ctx, state->leasefile, 0640, in dhcp6_bind()
H A Ddhcp.c2355 if (dhcp_writefile(ifp->ctx, state->leasefile, 0640, in dhcp_bind()