HomeSort by relevance Sort by last modified time
    Searched full:connectpath (Results 1 - 1 of 1) sorted by null

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

Completed in 2267 milliseconds