Home
last modified time | relevance | path

Searched refs:AUTH_OK (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libc/rpc/
Dsvc_auth.c162 return (AUTH_OK); in _svcauth_null()
Dsvc_auth_unix.c132 stat = AUTH_OK; in _svcauth_unix()
Dsvc.c710 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
/netbsd/src/include/rpc/
Dauth.h56 AUTH_OK=0, enumerator
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_proto.c47 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \
48 : (y) == AUTH_OK || (y) == AUTH_NONE)
54 AUTH_OK, /* authentication OK */ enumerator
1204 is_authentic = AUTH_OK; in receive()
1261 is_authentic = AUTH_OK; in receive()
1264 if (is_authentic != AUTH_OK) { in receive()
2262 if ( is_authentic == AUTH_OK in receive()
2368 if ( is_authentic == AUTH_OK in receive()
2401 if (is_authentic == AUTH_OK) in receive()