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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dbundle.h163 extern struct bundle *bundle_Create(const char *, int, int);
H A Dmain.c384 if ((bundle = bundle_Create(TUN_PREFIX, sw.mode, sw.unit)) == NULL)
H A Dbundle.c697 bundle_Create(const char *prefix, int type, int unit) function
710 log_Printf(LogALERT, "bundle_Create: There's only one BUNDLE !\n");
779 log_Printf(LogERROR, "bundle_Create: ioctl(TUNSIFMODE): %s\n",
787 log_Printf(LogERROR, "bundle_Create: ioctl(TUNSLMODE): %s\n",
795 log_Printf(LogERROR, "bundle_Create: ioctl(TUNSIFHEAD): %s\n",

Completed in 88 milliseconds