Home
last modified time | relevance | path

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

/freebsd-head/sys/nfs/
HDkrpc_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-head/stand/libsa/
HDrpc.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-head/crypto/openssh/
HDauth-sia.c100 ent->authtype = SIA_A_NONE; in session_setup_sia()
/freebsd-head/contrib/tcpdump/
HDprint-telnet.c348 static const char *authtype[] = { variable
447 ND_PRINT(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
HDprint-lwres.c57 nd_uint16_t authtype; member
316 ND_PRINT(" authtype:0x%x", GET_BE_U_2(np->authtype)); in lwres_print()