Searched refs:link_fd (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 884 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()
|
D | dhcpcd.h | 104 int link_fd; member
|
D | if-bsd.c | 1171 if ((bytes = read(ctx->link_fd, msg, sizeof(msg))) == -1) in if_managelink()
|
D | if-linux.c | 835 ctx->link_fd, MSG_DONTWAIT, &link_netlink); in if_managelink()
|