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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c108 ndmp_auth_type auth_types[2]; local
137 auth_types[0] = NDMP_AUTH_TEXT;
139 reply.auth_type.auth_type_val = auth_types;
878 ndmp_auth_type auth_types[2]; local
902 auth_types[0] = NDMP_AUTH_TEXT;
903 auth_types[1] = NDMP_AUTH_MD5;
904 reply.auth_type.auth_type_len = ARRAY_LEN(auth_types, ndmp_auth_type);
905 reply.auth_type.auth_type_val = auth_types;

Completed in 43 milliseconds