Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dauth.h36 typedef void (*auth_func)(struct authinfo *); typedef
40 auth_func req;
41 auth_func success;
42 auth_func failure;
62 auth_func, auth_func, auth_func);
H A Dauth.c412 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, in auth_Init()
413 auth_func success, auth_func failure) in auth_Init()
/freebsd-13.1/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()