Searched refs:bundle_Open (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | bundle.h | 163 extern void bundle_Open(struct bundle *, const char *, int, int);
|
| H A D | command.c | 402 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in DialCommand() 1258 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in OpenCommand() 1267 bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1); in OpenCommand() 1294 bundle_Open(arg->bundle, NULL, PHYS_ALL, 1); in OpenCommand()
|
| H A D | bundle.c | 620 bundle_Open(bundle, NULL, PHYS_AUTO, 0); in bundle_DescriptorRead() 977 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) in bundle_Open() function
|