Lines Matching refs:ifp
295 dbus_send_message(const struct interface *ifp, const char *reason, in dbus_send_message() argument
298 const struct if_options *ifo = ifp->options; in dbus_send_message()
307 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name); in dbus_send_message()
326 e = dhcp_env(NULL, NULL, message, ifp); in dbus_send_message()
343 elen = dhcp_env(env, config_prefix, message, ifp); in dbus_send_message()
371 dbus_send_dhcpv6_message(const struct interface *ifp, const char *reason, in dbus_send_dhcpv6_message() argument
374 const struct if_options *ifo = ifp->options; in dbus_send_dhcpv6_message()
383 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name); in dbus_send_dhcpv6_message()
402 e = dhcp6_env(NULL, NULL, ifp, message, length); in dbus_send_dhcpv6_message()
419 elen = dhcp6_env(env, "new", ifp, message, length); in dbus_send_dhcpv6_message()
727 rpc_update_ipv4(struct interface *ifp) in rpc_update_ipv4() argument
729 struct dhcp_state *state = D_STATE(ifp); in rpc_update_ipv4()
732 dbus_send_message(ifp, state->reason, "new_", state->new); in rpc_update_ipv4()
742 rpc_update_ipv6(struct interface *ifp) in rpc_update_ipv6() argument
744 struct dhcp6_state *state = D6_STATE(ifp); in rpc_update_ipv6()
747 dbus_send_dhcpv6_message(ifp, state->reason, "new_", in rpc_update_ipv6()
758 rpc_notify_unicast_arp(struct interface *ifp) { in rpc_notify_unicast_arp() argument
759 struct dhcp_state *state = D_STATE(ifp); in rpc_notify_unicast_arp()
760 return dbus_send_message(ifp, "GATEWAY-ARP", "saved_", state->offer); in rpc_notify_unicast_arp()