Home
last modified time | relevance | path

Searched refs:select_profile (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd/
Ddhcpcd.h142 int select_profile(struct interface *, const char *);
Darp.c166 if (select_profile(iface, hwaddr) == -1 && in handle_arp_packet()
168 select_profile(iface, inet_ntoa(ina)); in handle_arp_packet()
Ddhcpcd.c827 select_profile(struct interface *iface, const char *profile) in select_profile() function
861 select_profile(iface, iface->state->options->fallback); in start_fallback()
868 select_profile(iface, NULL); in configure_interface()