Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dparse.y83 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