Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:interface

166 make_env(const struct interface *iface, const char *reason, char ***argv)
171 const struct interface *ifp;
180 /* When dumping the lease, we only want to report interface and
181 reason - the other interface variables are meaningless */
189 e = strlen("interface") + strlen(iface->name) + 2;
191 snprintf(env[0], e, "interface=%s", iface->name);
303 send_interface1(int fd, const struct interface *iface, const char *reason)
327 send_interface(int fd, const struct interface *iface)
340 run_script_reason(const struct interface *iface, const char *reason)
559 add_subnet_route(struct rt *rt, const struct interface *iface)
579 get_routes(const struct interface *iface)
610 massage_host_routes(struct rt *rt, const struct interface *iface)
622 add_destination_route(struct rt *rt, const struct interface *iface)
640 add_router_host_route(struct rt *rt, const struct interface *ifp)
669 "%s: forcing router %s through interface",
693 const struct interface *ifp;
753 delete_address(struct interface *iface)
775 configure(struct interface *iface)
782 /* As we are now adjusting an interface, we need to ensure
822 * prefer the interface. */