Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddefs.h47 #define TUN_NAME "tun" macro
48 #define TUN_PREFIX (_PATH_DEV TUN_NAME) /* /dev/tun */
H A Dlog.c327 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 Dether.c106 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 Dphysical.c973 fprintf(lockfile, "%s%d\n", TUN_NAME, p->dl->bundle->unit); in physical_Found()
H A Dbundle.c480 log_Printf(LogTIMER, "%s: fdset(r) %d\n", TUN_NAME, bundle->dev.fd); in bundle_UpdateSet()