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

  /external/dhcpcd/
dhcpcd.h 124 struct interface *find_interface(const char *);
if-linux.c 265 rt.iface = find_interface(ifn);
305 iface = find_interface(ifn);
dhcpcd.c 239 find_interface(const char *ifname) function
1237 ifp = find_interface(ifname);
    [all...]
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 181 static struct in_addr find_interface(struct in_addr client, int fd, int index) function
286 server = find_interface(lease, nl, if_nametoindex(argv[1]));
  /external/bluetooth/bluez/gdbus/
object.c 402 static struct interface_data *find_interface(GSList *interfaces, function
429 iface = find_interface(data->interfaces, interface);
556 iface = find_interface(data->interfaces, name);
610 iface = find_interface(data->interfaces, interface);
686 if (find_interface(data->interfaces, name)) {

Completed in 668 milliseconds