HomeSort by relevance Sort by last modified time
    Searched defs:drop_config (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/
client.c 697 drop_config(struct if_state *state, const char *reason, function
869 drop_config(state, "STOP", options);
874 drop_config(state, "STOP", options);
893 drop_config(state, "RELEASE", options);
1083 drop_config(state, reason, options);
1110 drop_config(state, reason, options);
    [all...]
dhcpcd.c 226 drop_config(struct interface *iface, const char *reason) function
256 drop_config(iface, "STOP");
360 drop_config(iface, "FAIL");
419 drop_config(iface, "EXPIRE");
516 drop_config(iface, "NAK");
736 drop_config(iface, "RELEASE");
895 drop_config(iface, "NOCARRIER");
1138 drop_config(iface, "FAIL");
1300 drop_config(ifp, "EXPIRE");
    [all...]

Completed in 165 milliseconds