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.y82 static struct iface *iface_find (const char *);
874 if (iface_find($2) != NULL) {
919 if ((iface = iface_find($9)) == NULL) {
1624 iface_find(const char *name) function