Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dkrpc_subr.c78 u_int32_t authtype; /* auth type */ member
290 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX); in krpc_call()
293 call->rpc_verf.authtype = 0; in krpc_call()
412 if (reply->rp_auth.authtype != 0) { in krpc_call()
/freebsd/stand/libsa/
H A Drpc.c60 int32_t authtype; /* auth type */ member
140 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
148 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c348 static const char *authtype[] = { variable
447 ND_PRINT(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
H A Dprint-lwres.c57 nd_uint16_t authtype; member
316 ND_PRINT(" authtype:0x%x", GET_BE_U_2(np->authtype)); in lwres_print()
/freebsd/crypto/openssh/
H A Dauth-sia.c100 ent->authtype = SIA_A_NONE; in session_setup_sia()