Home | History | Annotate | Download | only in adb

Lines Matching defs:ppp

219         "  adb ppp <tty> [parameters]   - Run PPP over USB.\n"
220 " Note: you should not automatically start a PPP connection.\n"
221 " <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n"
609 * Run ppp in "notty" mode against a resource listed as the first parameter
612 * ppp dev:/dev/omap_csmi_tty0 <ppp options>
615 static int ppp(int argc, const char** argv) {
621 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n",
1455 else if (!strcmp(argv[0],"ppp")) {
1456 return ppp(argc, argv);