Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-root.c726 ctx->dhcp6_wfd = dhcp6_openraw(); in ps_root_startcb()
727 if (ctx->dhcp6_wfd == -1) in ps_root_startcb()
729 else if (setsockopt(ctx->dhcp6_wfd, SOL_SOCKET, SO_RCVBUF, in ps_root_startcb()
948 if (ctx->dhcp6_wfd != -1) { in ps_root_close()
949 close(ctx->dhcp6_wfd); in ps_root_close()
950 ctx->dhcp6_wfd = -1; in ps_root_close()
H A Ddhcpcd.h235 int dhcp6_wfd; member
H A Dprivsep-inet.c295 s = ctx->dhcp6_wfd; in ps_inet_sendmsg()
H A Ddhcp6.c1395 if (sendmsg(ctx->dhcp6_wfd, &msg, 0) == -1) { in dhcp6_sendmessage()
3950 if (!IN_PRIVSEP(ctx) && ctx->dhcp6_wfd == -1) { in dhcp6_start1()
3951 ctx->dhcp6_wfd = dhcp6_openraw(); in dhcp6_start1()
3952 if (ctx->dhcp6_wfd == -1) { in dhcp6_start1()
H A Dipv6.c145 ctx->dhcp6_wfd = -1; in ipv6_init()
H A Ddhcpcd.c2011 ctx.dhcp6_wfd = -1; in main()