Home | History | Annotate | Download | only in pppd

Lines Matching refs:connector

511  * the connector and/or welcomer.
515 char *connector;
558 connector = doing_callback? callback_script: connect_script;
612 set_up_tty(ttyfd, ((connector != NULL && connector[0] != 0)
673 if ((connector && connector[0]) || initializer) {
696 if (connector && connector[0]) {
697 if (device_script(connector, ttyfd, ttyfd, 0) < 0) {
715 connector = NULL;
719 if (connector == NULL && modem && devnam[0] != 0) {
748 if (connector != NULL || ptycommand != NULL || pty_socket != NULL)