Home
last modified time | relevance | path

Searched refs:link_fd (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcpcd.c884 eloop_event_delete(ctx->eloop, ctx->link_fd, 0); in handle_link()
885 close(ctx->link_fd); in handle_link()
886 ctx->link_fd = -1; in handle_link()
1479 ctx.pid_fd = ctx.control_fd = ctx.control_unpriv_fd = ctx.link_fd = -1; in main()
1858 ctx.link_fd = if_openlinksocket(); in main()
1859 if (ctx.link_fd == -1) in main()
1862 eloop_event_add(ctx.eloop, ctx.link_fd, in main()
1975 if (ctx.link_fd != -1) { in main()
1976 eloop_event_delete(ctx.eloop, ctx.link_fd, 0); in main()
1977 close(ctx.link_fd); in main()
Ddhcpcd.h104 int link_fd; member
Dif-bsd.c1171 if ((bytes = read(ctx->link_fd, msg, sizeof(msg))) == -1) in if_managelink()
Dif-linux.c835 ctx->link_fd, MSG_DONTWAIT, &link_netlink); in if_managelink()