Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c142 char *connect_script = NULL; /* Script to establish physical link */ variable
183 { "connect", o_string, &connect_script,
452 if (demand && connect_script == 0 && ptycommand == NULL in tty_check_options()
458 if (connect_script == 0 && !holdoff_specified) in tty_check_options()
558 connector = doing_callback? callback_script: connect_script; in connect_tty()
Dpppd.h286 extern char *connect_script; /* Script to establish physical link */