Home
last modified time | relevance | path

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

/netbsd/lib/libtelnet/
H A Dauth.h58 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */ macro
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPResult.h88 static const int AUTH_UNKNOWN = 86; variable
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c53 AUTH_UNKNOWN = -1, /* Unknown */ enumerator
634 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */ in receive()
1210 if (is_authentic == AUTH_UNKNOWN) { in receive()