Searched refs:authtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dauth-sia.c99 ent->authtype = SIA_A_NONE;
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-telnet.c79 static const char *authtype[] = { variable
178 (void)printf(" %s", STR_OR_ID(c, authtype));
H A Dprint-lwres.c63 lwres_uint16_t authtype; member in struct:lwres_lwpacket
338 printf(" authtype:0x%x", EXTRACT_16BITS(&np->authtype));
/freebsd-10.1-release/lib/libstand/
H A Drpc.c65 int32_t authtype; /* auth type */ member in struct:auth_info
145 auth->authtype = htonl(RPCAUTH_NULL);
154 auth->authtype = htonl(RPCAUTH_UNIX);
160 auth->authtype = htonl(RPCAUTH_NULL);
/freebsd-10.1-release/sys/nfs/
H A Dkrpc_subr.c80 u_int32_t authtype; /* auth type */ member in struct:auth_info
292 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
295 call->rpc_verf.authtype = 0;
414 if (reply->rp_auth.authtype != 0) {

Completed in 61 milliseconds