Searched refs:link_up_hook (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Dialogs/
H A DDialogs.c162 link_up_hook = dialog_link_up;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dtty.c883 if (link_up_hook
884 && ((*link_up_hook)() == 0)) {
H A Dmain.c283 int (*link_up_hook) __P((void)) = NULL; variable
710 For example, the serial connection will call directly link_up_hook
712 The link_up_hook hook can be used to ask for a password, that
716 if (link_up_hook) {
717 t = (*link_up_hook)();
H A Dpppd.h352 extern int (*link_up_hook) __P((void));

Completed in 200 milliseconds