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

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c174 * This function takes num_protos + num_protos * dois-per-alg operations.
184 write_new_algfile(ipsec_proto_t *protos, int num_protos) argument
220 for (i = 0; i < num_protos; i++) {
247 for (i = 0; i < num_protos; i++) {
332 _clean_trash(protos, num_protos);
342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num, argument
348 _build_internal_algs(protos, num_protos);
353 for (i = 0; i < *num_protos; i++) {
363 _clean_trash(*protos, *num_protos);
488 int num_protos, i; local
578 int num_protos; local
598 int i, num_protos; local
631 delipsecproto_common(ipsec_proto_t *protos, int num_protos, ipsec_proto_t *proto) argument
654 int i, num_protos; local
724 int num_protos; local
806 int num_protos; local
826 int num_protos; local
[all...]
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c317 int num_protos = 0; local
378 num_protos++;
385 if ((num_protos == 0) && (ret == 0))
395 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
404 for (tmp = rp_proto_list; rp_hdl->rp_num_proto < num_protos &&
/osnet-11/usr/src/lib/libnsl/ipsec/
H A Dalgs.c45 static int num_protos; variable
638 trash_num = num_protos;
640 num_protos = rc;
761 for (i = 0; i < num_protos; i++) {
777 for (i = 0; i < num_protos; i++) {
797 *nentries = num_protos;
802 rc = malloc((num_protos == 0) ? 1 : num_protos * sizeof (int));
804 for (i = 0; i < num_protos; i++)

Completed in 568 milliseconds