Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dbundle.h155 extern struct bundle *bundle_Create(const char *, int, int);
H A Dmain.c383 if ((bundle = bundle_Create(TUN_PREFIX, sw.mode, sw.unit)) == NULL) in main()
H A Dbundle.c695 bundle_Create(const char *prefix, int type, int unit) in bundle_Create() function