HomeSort by: relevance | last modified time | path
    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