Searched refs:TUN_NAME (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.h49 #define TUN_NAME "tun" macro
50 #define TUN_PREFIX (_PATH_DEV TUN_NAME) /* /dev/tun */
H A Dlog.c329 snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME,
332 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
351 snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME,
354 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
H A Dether.c108 char hook[sizeof TUN_NAME + 11]; /* Our socket node hook */
132 char hook[sizeof TUN_NAME + 11];
605 TUN_NAME, p->dl->bundle->unit);
H A Dphysical.c986 fprintf(lockfile, "%s%d\n", TUN_NAME, p->dl->bundle->unit);
H A Dbundle.c213 * us from reading the TUN_NAME device (we don't want to buffer stuff
482 log_Printf(LogTIMER, "%s: fdset(r) %d\n", TUN_NAME, bundle->dev.fd);

Completed in 162 milliseconds