Searched defs:the_protocol (Results 1 - 1 of 1) sorted by path

/external/mtpd/
H A Dmtpd.c44 static struct protocol *the_protocol; variable in typeref:struct:protocol
67 the_protocol = p;
72 if (!the_protocol) {
83 pppd_argc = argc - 3 - the_protocol->arguments;
84 pppd_argv = &argv[3 + the_protocol->arguments];
85 return the_protocol->connect(&argv[3]);
203 the_protocol->process() : the_protocol->timeout();
232 the_protocol->shutdown();

Completed in 180 milliseconds