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

/external/libppp/src/
H A Dphysical.h132 extern struct physical *physical_Create(struct datalink *, int);
H A Ddatalink.c852 if ((dl->physical = physical_Create(dl, type)) == NULL) {
905 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) {
H A Dphysical.c176 physical_Create(struct datalink *dl, int type) function

Completed in 794 milliseconds