Searched refs:TUN_NAME (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.sbin/ppp/ |
| H A D | defs.h | 47 #define TUN_NAME "tun" macro 48 #define TUN_PREFIX (_PATH_DEV TUN_NAME) /* /dev/tun */
|
| H A D | log.c | 327 snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME, in log_Printf() 330 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME, in log_Printf() 349 snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME, in log_Printf() 352 snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME, in log_Printf()
|
| H A D | ether.c | 106 char hook[sizeof TUN_NAME + 11]; /* Our socket node hook */ 130 char hook[sizeof TUN_NAME + 11]; in ether_Read() 603 TUN_NAME, p->dl->bundle->unit); in ether_Create()
|
| H A D | physical.c | 973 fprintf(lockfile, "%s%d\n", TUN_NAME, p->dl->bundle->unit); in physical_Found()
|
| H A D | bundle.c | 480 log_Printf(LogTIMER, "%s: fdset(r) %d\n", TUN_NAME, bundle->dev.fd); in bundle_UpdateSet()
|