Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dphysical.h132 extern struct physical *physical_Create(struct datalink *, int);
H A Ddatalink.c854 if ((dl->physical = physical_Create(dl, type)) == NULL) { in datalink_Create()
907 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) { in datalink_Clone()
H A Dphysical.c158 physical_Create(struct datalink *dl, int type) in physical_Create() function