Lines Matching refs:dhcpcd_ctx
54 static struct dhcpcd_ctx *dhcpcd_ctx; variable
330 logger(dhcpcd_ctx, LOG_ERR, in dbus_send_message()
332 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE); in dbus_send_message()
339 logger(dhcpcd_ctx, LOG_ERR, in dbus_send_message()
341 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE); in dbus_send_message()
406 logger(dhcpcd_ctx, LOG_ERR, in dbus_send_dhcpv6_message()
408 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE); in dbus_send_dhcpv6_message()
415 logger(dhcpcd_ctx, LOG_ERR, in dbus_send_dhcpv6_message()
417 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE); in dbus_send_dhcpv6_message()
515 logger(dhcpcd_ctx, LOG_ERR, in msg_handler()
519 dhcpcd_start_interface(dhcpcd_ctx, iface_name); in msg_handler()
526 logger(dhcpcd_ctx, LOG_ERR, in msg_handler()
530 dhcpcd_release_ipv4(dhcpcd_ctx, iface_name); in msg_handler()
537 logger(dhcpcd_ctx, LOG_ERR, in msg_handler()
541 dhcpcd_stop_interface(dhcpcd_ctx, iface_name); in msg_handler()
546 dhcpcd_stop_interfaces(dhcpcd_ctx); in msg_handler()
599 if (eloop_event_add(dhcpcd_ctx->eloop, fd, read_event, read_arg, in add_watch()
614 eloop_event_delete(dhcpcd_ctx->eloop, fd, write_only); in remove_watch()
640 dhcpcd_stop_interfaces(dhcpcd_ctx); in dhcpcd_dbus_filter()
647 rpc_init(struct dhcpcd_ctx *ctx) in rpc_init()
655 dhcpcd_ctx = ctx; in rpc_init()