Searched refs:the_channel (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-plugin/
H A Dmain.c158 bzero(the_channel, sizeof(struct channel));
159 the_channel->options = pppoe_options;
160 the_channel->process_extra_options = pppoe_process_extra_options;
161 the_channel->wait_input = pppoe_wait_input;
162 the_channel->check_options = pppoe_check_options;
163 the_channel->connect = pppoe_connect;
164 the_channel->disconnect = pppoe_disconnect;
165 the_channel->cleanup = pppoe_cleanup;
166 the_channel->close = pppoe_close;
167 the_channel
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c133 struct channel *the_channel; variable in typeref:struct:channel
439 if (the_channel->process_extra_options)
440 (*the_channel->process_extra_options)();
472 if (the_channel->check_options)
473 (*the_channel->check_options)();
628 if (the_channel->pre_start_link_check) {
633 if (!(rc = the_channel->pre_start_link_check())) {
664 if (the_channel->cleanup)
665 (*the_channel->cleanup)();
679 devfd = the_channel
[all...]
H A Doptions.c709 for (opt = the_channel->options; opt->name != NULL; ++opt)
1158 print_option_list(the_channel->options, printer, arg);
H A Dpppd.h652 extern struct channel *the_channel;
H A Dtty.c486 the_channel = &tty_channel;
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c238 bzero(the_channel, sizeof(struct channel));
239 the_channel->options = pptp_options;
240 the_channel->process_extra_options = pptp_process_extra_options;
241 the_channel->wait_input = pptp_wait_input;
242 the_channel->check_options = pptp_check_options;
243 the_channel->pre_start_link_check = pptp_pre_start_link_check;
244 the_channel->connect = pptp_connect;
245 the_channel->disconnect = pptp_disconnect;
246 the_channel->cleanup = pptp_cleanup;
247 the_channel
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c290 bzero(the_channel, sizeof(struct channel));
291 the_channel->options = l2tp_options;
292 the_channel->process_extra_options = l2tp_process_extra_options;
293 the_channel->wait_input = l2tp_wait_input;
294 the_channel->check_options = l2tp_check_options;
295 the_channel->pre_start_link_check = l2tp_pre_start_link_check;
296 the_channel->connect = l2tp_connect;
297 the_channel->disconnect = l2tp_disconnect;
298 the_channel->cleanup = l2tp_cleanup;
299 the_channel
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c212 old_check_options = the_channel->check_options;
213 the_channel->check_options = serial_check_options;
215 old_connect = the_channel->connect;
216 the_channel->connect = serial_connect;
218 old_process_extra_options = the_channel->process_extra_options;
219 the_channel->process_extra_options = serial_process_extra_options;

Completed in 117 milliseconds