Searched defs:clients (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c105 static svc_rpc_gss_data *clients[HASHMOD]; variable
1254 cl = clients[index];
1257 clients[index] = client_data;
1317 for (cl = clients[index]; cl != NULL; cl = cl->next) {
1338 clients[index] = client_data->next;
1389 cl = clients[index];

Completed in 31 milliseconds