HomeSort by relevance Sort by last modified time
    Searched refs:run_script_reason (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
configure.h 34 int run_script_reason(const struct interface *, const char *);
39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
ipv6rs.c 548 run_script_reason(ifp, options & DHCPCD_TEST ? "TEST" : "ROUTERADVERT");
744 run_script_reason(ifp, "ROUTERADVERT");
configure.c 340 run_script_reason(const struct interface *iface, const char *reason) function
dhcpcd.c 269 run_script_reason(iface, "ROUTERADVERT");
937 run_script_reason(iface, "ROUTERADVERT");
    [all...]

Completed in 82 milliseconds