Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dauth.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);
H A Dauth.c410 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, in auth_Init()
411 auth_func success, auth_func failure) in auth_Init()
/freebsd/crypto/heimdal/appl/rsh/
H A Drsh.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()