Searched refs:connect_delay (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c876 if (connect_delay != 0 && (connector != NULL || ptycommand != NULL)) {
878 t.tv_sec = connect_delay / 1000;
879 t.tv_usec = connect_delay % 1000;
H A Dpppd.h271 extern int connect_delay; /* Time to delay after connect script */
H A Doptions.c115 int connect_delay = 1000; /* wait this many ms after connect script */ variable
312 { "connect-delay", o_int, &connect_delay,

Completed in 81 milliseconds