Lines Matching refs:proto_numalgs
59 for (alg_offset = 0; alg_offset < proto[num].proto_numalgs; in _clean_trash()
274 new_proto->proto_numalgs = 0; in build_list()
520 (new_proto->proto_numalgs + 1) * in build_list()
526 newalglist[new_proto->proto_numalgs] = curalg; in build_list()
527 new_proto->proto_numalgs++; in build_list()
826 *nentries = proto->proto_numalgs; in _real_getipsecalgs()
831 rc = malloc((proto->proto_numalgs == 0) ? 1 : in _real_getipsecalgs()
832 proto->proto_numalgs * sizeof (int)); in _real_getipsecalgs()
834 for (i = 0; i < proto->proto_numalgs; i++) in _real_getipsecalgs()
859 for (i = 0; i < proto->proto_numalgs; i++) { in getipsecalgbyname()
900 for (i = 0; i < proto->proto_numalgs; i++) { in getipsecalgbynum()