Home
last modified time | relevance | path

Searched refs:AUTH_NONE (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/rpc/
H A Dauth.h349 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd/sys/rpc/
H A Dauth.h346 #define AUTH_NONE 0 /* no authentication */ macro
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c82 case AUTH_NONE: in yp_checkauth()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c46 : (y) == AUTH_OK || (y) == AUTH_NONE)
51 AUTH_NONE, /* authentication not required */ enumerator
1053 is_authentic = AUTH_NONE; /* not required */ in receive()
1085 is_authentic = AUTH_NONE; in receive()
2263 || is_authentic == AUTH_NONE) { in receive()