Searched defs:holdoff_hook (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c125 * holdoff_hook - Can be used to change the demand-dial hold-off
147 int (*holdoff_hook) __P((void)) = NULL; variable
1004 if (holdoff_hook != NULL)
1005 t = (*holdoff_hook)();

Completed in 226 milliseconds