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

/freebsd-9.3-release/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.c402 auth_Init(struct authinfo *authp, struct physical *p, auth_func req,
403 auth_func success, auth_func failure)
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh.c487 int (*auth_func)(int s,
591 if ((*auth_func)(s, thisaddr, thataddr, hostname,
765 int (*auth_func)(int s,
827 cmd, cmd_len, auth_func);

Completed in 79 milliseconds