OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_protocol
(Results
1 - 1
of
1
) sorted by null
/external/mtpd/
mtpd.c
44
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]);
208
the_protocol
->process() :
the_protocol
->timeout();
229
the_protocol
->shutdown();
Completed in 53 milliseconds