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

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c256 * clientopts_t is used to hold and pass around the param values from
285 } clientopts_t; typedef in typeref:struct:__anon57
287 static clientopts_t *clientopts_new();
288 static void clientopts_free(clientopts_t *list);
297 static int credCheck(clientopts_t *arglist);
298 static int adminCredCheck(clientopts_t *arglist);
299 static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal);
301 static void dumpargs(clientopts_t *arglist);
302 static int num_args(clientopts_t *arglist);
310 static int client_list(clientopts_t *arglis
[all...]

Completed in 16 milliseconds