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

/freebsd-12-stable/usr.sbin/ppp/
H A Dether.c467 char connectpath[sizeof dev->hook + 2]; /* .:<hook> */ local
629 snprintf(connectpath, sizeof connectpath, ".:%s", dev->hook);
634 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
637 connectpath, strerror(errno));
649 log_Printf(LogDEBUG, "Sending PPPOE_CONNECT to %s\n", connectpath);
650 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
653 connectpath, strerror(errno));

Completed in 56 milliseconds