Home
last modified time | relevance | path

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

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