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