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

/freebsd-11-stable/crypto/openssh/
H A Dauth-sia.c99 ent->authtype = SIA_A_NONE;
/freebsd-11-stable/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) {
/freebsd-11-stable/stand/libsa/
H A Drpc.c65 int32_t authtype; /* auth type */ member in struct:auth_info
145 auth->authtype = htonl(RPCAUTH_NULL);
153 auth->authtype = htonl(RPCAUTH_UNIX);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c359 static const char *authtype[] = { variable
460 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
H A Dprint-lwres.c60 lwres_uint16_t authtype; member in struct:lwres_lwpacket
333 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype)));

Completed in 72 milliseconds