Searched refs:dhcp_writefile (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | dhcp-common.h | 142 ssize_t dhcp_writefile(struct dhcpcd_ctx *, const char *, mode_t,
|
H A D | duid.c | 232 if (dhcp_writefile(ctx, DUID, 0640, line, slen) == -1) { in duid_get()
|
H A D | dhcp-common.c | 1018 dhcp_writefile(struct dhcpcd_ctx *ctx, const char *file, mode_t mode, in dhcp_writefile() function
|
H A D | ipv6.c | 189 if (dhcp_writefile(ctx, SECRET, S_IRUSR, line, len) == -1) { in ipv6_readsecret()
|
H A D | dhcp6.c | 3303 if (dhcp_writefile(ifp->ctx, state->leasefile, 0640, in dhcp6_bind()
|
H A D | dhcp.c | 2355 if (dhcp_writefile(ifp->ctx, state->leasefile, 0640, in dhcp_bind()
|