Home
last modified time | relevance | path

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

/external/libppp/src/
Dether.c465 char connectpath[sizeof dev->hook + 2]; /* .:<hook> */ in ether_Create() local
627 snprintf(connectpath, sizeof connectpath, ".:%s", dev->hook); in ether_Create()
632 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE, in ether_Create()
635 connectpath, strerror(errno)); in ether_Create()
647 log_Printf(LogDEBUG, "Sending PPPOE_CONNECT to %s\n", connectpath); in ether_Create()
648 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE, in ether_Create()
651 connectpath, strerror(errno)); in ether_Create()