OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chap_verify_hook
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
chap-new.h
115
extern int (*
chap_verify_hook
)(char *name, char *ourname, int id,
chap-new.c
53
int (*
chap_verify_hook
)(char *name, char *ourname, int id,
variable
344
if (
chap_verify_hook
)
345
verifier =
chap_verify_hook
;
/external/ppp/pppd/plugins/
winbind.c
123
chap_verify_hook
= winbind_chap_verify;
/external/ppp/pppd/plugins/radius/
radius.c
157
chap_verify_hook
= radius_chap_verify;
[
all
...]
Completed in 182 milliseconds