Searched defs:find_interface (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c181 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/
H A Dobject.c402 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)) {
/external/dhcpcd/
H A Ddhcpcd.c239 find_interface(const char *ifname) function
1237 ifp = find_interface(ifname);

Completed in 154 milliseconds