Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.h129 extern struct physical *physical_Create(struct datalink *, int);
H A Ddatalink.c851 if ((dl->physical = physical_Create(dl, type)) == NULL) { in datalink_Create()
904 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) { in datalink_Clone()
H A Dphysical.c154 physical_Create(struct datalink *dl, int type) in physical_Create() function