OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_func
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
auth.h
34
typedef void (*
auth_func
)(struct authinfo *);
typedef
38
auth_func
req;
39
auth_func
success;
40
auth_func
failure;
60
auth_func
,
auth_func
,
auth_func
);
auth.c
402
auth_Init(struct authinfo *authp, struct physical *p,
auth_func
req,
403
auth_func
success,
auth_func
failure)
Completed in 39 milliseconds