Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c148 int (*new_phase_hook) __P((int new, int old)) = NULL; variable
1478 if (new_phase_hook != NULL)
1479 (*new_phase_hook)(p, phase);
H A Dpppd.h679 extern int (*new_phase_hook) __P((int new, int old));