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

  /external/libppp/src/
defs.h 47 #define TUN_NAME "tun"
48 #define TUN_PREFIX (_PATH_DEV TUN_NAME) /* /dev/tun */
ether.c 106 char hook[sizeof TUN_NAME + 11]; /* Our socket node hook */
130 char hook[sizeof TUN_NAME + 11];
603 TUN_NAME, p->dl->bundle->unit);
log.c 323 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
341 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
physical.c 997 fprintf(lockfile, "%s%d\n", TUN_NAME, p->dl->bundle->unit);
bundle.c 211 * us from reading the TUN_NAME device (we don't want to buffer stuff
480 log_Printf(LogTIMER, "%s: fdset(r) %d\n", TUN_NAME, bundle->dev.fd);
    [all...]

Completed in 67 milliseconds