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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dbundle.h171 extern void bundle_Open(struct bundle *, const char *, int, int);
H A Dcommand.c409 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1);
1286 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1);
1295 bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1);
1322 bundle_Open(arg->bundle, NULL, PHYS_ALL, 1);
H A Dbundle.c620 bundle_Open(bundle, NULL, PHYS_AUTO, 0);
982 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) function

Completed in 143 milliseconds