HomeSort by relevance Sort by last modified time
    Searched refs:bundle_Create (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
bundle.h 163 extern struct bundle *bundle_Create(const char *, int, int);
main.c 383 if ((bundle = bundle_Create(TUN_PREFIX, sw.mode, sw.unit)) == NULL)
bundle.c 697 bundle_Create(const char *prefix, int type, int unit)
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",
    [all...]

Completed in 107 milliseconds