Home
last modified time | relevance | path

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

/external/mtpd/
Dmtpd.c52 static struct protocol *the_protocol; variable
75 the_protocol = p; in initialize()
80 if (!the_protocol) { in initialize()
91 pppd_argc = argc - 3 - the_protocol->arguments; in initialize()
92 pppd_argv = &argv[3 + the_protocol->arguments]; in initialize()
93 return the_protocol->connect(&argv[3]); in initialize()
211 the_protocol->process() : the_protocol->timeout(); in main()
240 the_protocol->shutdown(); in main()