Searched refs:iface_find (Results 1 – 1 of 1) sorted by relevance
83 static struct iface *iface_find (const char *);955 if (iface_find($2) != NULL) {1000 if ((iface = iface_find($9)) == NULL) {1717 iface_find(const char *name) function