HomeSort by: relevance | last modified time | path
    Searched refs:dhcpcd_selectprofile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.h 275 int dhcpcd_selectprofile(struct interface *, const char *);
dhcpcd.c 628 dhcpcd_selectprofile(struct interface *ifp, const char *profile) function
672 dhcpcd_selectprofile(ifp, NULL);
dhcp.c 1551 dhcpcd_selectprofile(iface, iface->options->fallback);
2313 if (dhcpcd_selectprofile(ifp, buf) == -1 &&
2314 dhcpcd_selectprofile(ifp, inet_ntoa(amsg->sip)) == -1) {

Completed in 29 milliseconds