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

  /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 219 static struct interface_data *find_interface(GSList *interfaces, function
246 iface = find_interface(data->interfaces, interface);
389 iface = find_interface(data->interfaces, name);
443 iface = find_interface(data->interfaces, interface);
519 if (find_interface(data->interfaces, name)) {

Completed in 225 milliseconds