Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c144 char *connect_script = NULL; /* Script to establish physical link */ variable
185 { "connect", o_string, &connect_script,
457 if (demand && connect_script == 0 && ptycommand == NULL in tty_check_options()
463 if (connect_script == 0 && !holdoff_specified) in tty_check_options()
562 connector = doing_callback? callback_script: connect_script; in connect_tty()
Dpppd.h291 extern char *connect_script; /* Script to establish physical link */