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

/freebsd-9.3-release/libexec/pppoed/
H A Dpppoed.c116 char *epath, *spath; local
130 epath = (char *)alloca(strlen(iface) + 2);
131 sprintf(epath, "%s:", iface);
134 fprintf(stderr, "Sending NGM_LISTHOOKS to %s\n", epath);
136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) {
139 epath);
142 epath, strerror(errno));
163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type);
184 epath, nlink->nodeinfo.type);
201 fprintf(stderr, "Send MKPEER: %s%s -> [type %s]:%s\n", epath,
[all...]

Completed in 32 milliseconds