HomeSort by: relevance | last modified time | path
    Searched defs:authtype (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/lib/libsa/
rpc.c 71 int32_t authtype; /* auth type */ member in struct:auth_info
150 auth->authtype = htonl(RPCAUTH_NULL);
159 auth->authtype = htonl(RPCAUTH_UNIX);
165 auth->authtype = htonl(RPCAUTH_NULL);
  /src/sys/fs/nfs/common/
krpc_subr.c 76 u_int32_t authtype; /* auth type */ member in struct:auth_info
290 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
293 call->rpc_verf.authtype = 0;
410 if (reply->rp_auth.authtype != 0) {
  /src/sys/nfs/
krpc_subr.c 79 u_int32_t authtype; /* auth type */ member in struct:auth_info
297 call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
300 call->rpc_verf.authtype = 0;
370 if (reply->rp_auth.authtype != 0) {
  /src/sys/dev/pcmcia/
if_malo_pcmciavar.h 116 uint8_t authtype; member in struct:malo_cmd_body_auth

Completed in 15 milliseconds