Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dphysical.h131 extern int physical_Open(struct physical *, struct bundle *);
Dphysical.c1015 physical_Open(struct physical *p, struct bundle *bundle) in physical_Open() function
Ddatalink.c280 if (physical_Open(dl->physical, dl->bundle) >= 0) { in datalink_UpdateSet()