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

  /external/dhcpcd/
dhcpcd.h 174 int select_profile(struct interface *, const char *);
arp.c 166 if (select_profile(iface, hwaddr) == -1 &&
168 select_profile(iface, inet_ntoa(ina));
dhcpcd.c 855 select_profile(struct interface *iface, const char *profile) function
889 select_profile(iface, iface->state->options->fallback);
896 select_profile(iface, NULL);
    [all...]

Completed in 139 milliseconds