Home
last modified time | relevance | path

Searched refs:auth_func (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/ppp/
HDauth.h34 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);
HDauth.c404 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, in auth_Init()
405 auth_func success, auth_func failure) in auth_Init()
/NextBSD/crypto/heimdal/appl/rsh/
HDrsh.c435 int (*auth_func)(int s, in proto()
539 if ((*auth_func)(s, thisaddr, thataddr, hostname, in proto()
713 int (*auth_func)(int s, in doit()
775 cmd, cmd_len, auth_func); in doit()